 | WorksheetGetBoundaryDataNumber Method |
Gets either the minimum or maximum row or column number, considering only calls with data
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntaxprivate 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
Int32Min or max number, or -1 if not defined
See Also