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