Winnovative Excel Library for .NET
SetRowVisibility Method (rowIndex, visible)
NamespacesWinnovative.ExcelLibExcelWorksheetSetRowVisibility(Int32, Boolean)
Winnovative Excel Library for .NET
Sets the visibility of the row at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public void SetRowVisibility(
	int rowIndex,
	bool visible
)
Public Sub SetRowVisibility ( _
	rowIndex As Integer, _
	visible As Boolean _
)
public:
void SetRowVisibility(
	int rowIndex, 
	bool visible
)
Parameters
rowIndex (Int32)
The one based index of the row.
visible (Boolean)
The row visibility (true makes the row visible, false hides the row)

Assembly: Winnovative.ExcelLib (Module: Winnovative.ExcelLib) Version: 2.1.0.0 (2.1.0.0)