 | WorksheetGetBoundaryNumber Method |
Gets either the minimum or maximum row or column number, considering all available data
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntaxprivate 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
Int32Min or max number, or -1 if not defined
See Also