Click or drag to resize
PicoXLSX

WorksheetSetRowHiddenState Method

Sets the defined row as hidden or visible

Namespace: PicoXLSX
Assembly: PicoXLSX (in PicoXLSX.dll) Version: 3.4.3+c820fb107cc06ae187946bad43db42d71f6faf1c
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.
See Also