'Declaration Public Sub SetColumnSizeable( _ ByVal column As Integer, _ ByVal sizeable As Boolean _ )
Parameters
- column
- Column index
- sizeable
- Whether to allow users to resize columns
'Declaration Public Sub SetColumnSizeable( _ ByVal column As Integer, _ ByVal sizeable As Boolean _ )
Set the sizeable parameter to true if you want to let the user resize the specified column.
To see whether users can resize a column, use the GetColumnSizeable method.
To specify whether users can resize a specified row, use the SetRowSizeable method.
SheetView Class
SheetView Members
GetColumnSizeable Method
SetRowSizeable Method