Worksheet.SetRowHiddenState Method

NanoXLSX

NanoXLSX

WorksheetSetRowHiddenState Method

Sets the defined row as hidden or visible

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private void SetRowHiddenState(
	int rowNumber,
	bool state
)

Parameters

rowNumber
Type: SystemInt32
Row number to make visible again
state
Type: SystemBoolean
If true, the row will be hidden, otherwise visible
Exceptions
ExceptionCondition
RangeExceptionThrows an RangeException if the passed row number was out of range
See Also