[]
Gets whether the user can resize a specified column on this sheet.
public bool GetColumnSizeable(int column)
Public Function GetColumnSizeable(column As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | column | Column index |
Type | Description |
---|---|
bool | true if column can resizeable; false otherwise |