ExcelWorksheetGetRowVisibility Method |
Gets the visibility of the row at the specified index.
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic bool GetRowVisibility(
int rowIndex
)
Public Function GetRowVisibility (
rowIndex As Integer
) As Boolean
Parameters
- rowIndex Int32
- The one based index of the row.
Return Value
BooleanThe row visibility
See Also