SetRowSizeable Method
SetRowSizeable(int, bool)
Sets whether users can resize the specified row on this sheet.
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
|