In This Topic
Gets whether users can resize the specified row on this sheet.
Syntax
'Declaration
Public Function GetRowSizeable( _
ByVal As Integer _
) As Boolean
'Usage
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
value = instance.GetRowSizeable(row)
public bool GetRowSizeable(
int
)
Parameters
- row
- Row index
See Also