[]
Sets whether the user can resize a specified column on this sheet.
public void SetColumnSizeable(int column, bool sizeable)
Public Sub SetColumnSizeable(column As Integer, sizeable As Boolean)
Type | Name | Description |
---|---|---|
int | column | Column index |
bool | sizeable | Whether to allow users to resize the column |