[]
Sets whether users can resize the specified row on this sheet.
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 |