Click or drag to resize

ExcelWorksheetSetRowVisibility Method

Sets the visibility of the row at the specified index.

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public void SetRowVisibility(
	int rowIndex,
	bool visible
)

Parameters

rowIndex
Type: SystemInt32
The one based index of the row.
visible
Type: SystemBoolean
The row visibility (true makes the row visible, false hides the row)
See Also