[]
Gets whether users can resize the specified row on this sheet.
public bool GetRowSizeable(int row)
Public Function GetRowSizeable(row As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| Type | Description |
|---|---|
| bool | true if can resize; false otherwise |