 | WorksheetGetMinRow Method |
Gets the minimum row coordinate either from cell data, height definitions or hidden rows
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntaxprivate int GetMinRow(
int cellBoundary,
int heightBoundary,
int hiddenBoundary
)
Parameters
- cellBoundary Int32
- Row number of min cell data
- heightBoundary Int32
- Row number of min defined row height
- hiddenBoundary Int32
- Row number of min defined hidden row
Return Value
Int32Min row number or -1 if nothing valid defined
See Also