GetRowSizeable Method
GetRowSizeable(int)
Gets whether users can resize the specified row on this sheet.
Declaration
public bool GetRowSizeable(int row)
Public Function GetRowSizeable(row As Integer) As Boolean
Parameters
Type |
Name |
Description |
int |
row |
Row index
|
Returns