Sets whether the user can resize a specified column on this sheet.
'Declaration
Public Sub SetColumnSizeable( _
ByVal column As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim column As Integer
Dim sizeable As Boolean
instance.SetColumnSizeable(column, sizeable)
Parameters
- column
- Column index
- sizeable
- Whether to allow users to resize the column