Worksheet.SetRowHiddenState Method

PicoXLSX

PicoXLSX

WorksheetSetRowHiddenState Method

Sets the defined row as hidden or visible

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
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