 | WorksheetGetMaxRow Method |
Gets the maximum row coordinate either from cell data, height definitions or hidden rows
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
Syntaxprivate int GetMaxRow(
int cellBoundary,
int heightBoundary,
int hiddenBoundary
)
Parameters
- cellBoundary Int32
- Row number of max cell data
- heightBoundary Int32
- Row number of max defined row height
- hiddenBoundary Int32
- Row number of max defined hidden row
Return Value
Int32Max row number or -1 if nothing valid defined
See Also