Click or drag to resize
NanoXLSX

WorksheetSetRowHiddenState Method

Sets the defined row as hidden or visible

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntax
C#
private 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
Exceptions
ExceptionCondition
RangeExceptionThrows a RangeException if the passed row number was out of range
See Also