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