'Declaration Public Overloads Sub SetColumnResizable( _ ByVal column As System.Integer, _ ByVal value As System.Boolean _ )
'Usage Dim instance As Worksheet Dim column As System.Integer Dim value As System.Boolean instance.SetColumnResizable(column, value)
Parameters
- column
- The column index.
- value
- Set to
true
to allow users to resize the column.