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.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
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