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.2+f55916d49ef2baa43fc7dc8f5c7d751a77c50baf
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