 | WorksheetSetRowHiddenState Method |
Sets the defined row as hidden or visible
Namespace: PicoXLSXAssembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
Syntaxprivate void SetRowHiddenState(
int rowNumber,
bool state
)
Parameters
- rowNumber Int32
- Row number to make visible again.
- state Boolean
- If true, the row will be hidden, otherwise visible.
See Also