[]
Sets whether users can resize individual columns.
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 columns |