Worksheet.AddHiddenRow Method

NanoXLSX

NanoXLSX

WorksheetAddHiddenRow Method

Sets the defined row as hidden

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public void AddHiddenRow(
	int rowNumber
)

Parameters

rowNumber
Type: SystemInt32
Row number to hide on the worksheet
Exceptions
ExceptionCondition
RangeExceptionThrows an RangeException if the passed row number is out of range
See Also