ExcelWorksheetGetRowVisibility Method |
Gets the visibility of the row at the specified index.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public bool GetRowVisibility(
int rowIndex
)
Public Function GetRowVisibility (
rowIndex As Integer
) As Boolean
Parameters
- rowIndex
- Type: SystemInt32
The one based index of the row.
Return Value
Type:
BooleanThe row visibility
See Also