Click or drag to resize
PicoXLSX

WorksheetGetBoundaryDataNumber Method

Gets either the minimum or maximum row or column number, considering only calls with data

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntax
C#
private int GetBoundaryDataNumber(
	bool row,
	bool min,
	bool ignoreEmpty
)

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.
ignoreEmpty  Boolean
If true, empty cell values are ignored, otherwise considered without checking the content.

Return Value

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