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.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
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