[]
Sets whether users can resize the specified row or column. (This implementation does nothing.)
public virtual void SetResizable(int index, bool value)
Public Overridable Sub SetResizable(index As Integer, value As Boolean)
Type | Name | Description |
---|---|---|
int | index | Row or column index |
bool | value | Whether users can resize the specified row or column |