Click or drag to resize
PicoXLSX

WorksheetGetBoundaryNumber Method

Gets either the minimum or maximum row or column number, considering all available data

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
Syntax
C#
private int GetBoundaryNumber(
	bool row,
	bool min
)

Parameters

row  Boolean
If true, the min or max row is returned, otherwise the column.
min  Boolean
If true, the min value of the row or column is defined, otherwise the max value.

Return Value

Int32
Min or max number, or -1 if not defined.
See Also