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