ExcelWorksheetSetRowVisibility Method |
Sets the visibility of the row at the specified index.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic void SetRowVisibility(
int rowIndex,
bool visible
)
Public Sub SetRowVisibility (
rowIndex As Integer,
visible As Boolean
)
Parameters
- rowIndex Int32
- The one based index of the row.
- visible Boolean
- The row visibility (true makes the row visible, false hides the row)
See Also