[]
Sets whether users can resize individual rows.
public void SetRowSizeable(int row, bool sizeable)
Public Sub SetRowSizeable(row As Integer, sizeable As Boolean)
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| bool | sizeable | Whether to allow users to resize the row |