Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRowSizeable Method
Row index


In This Topic
GetRowSizeable Method
In This Topic
Gets whether users can resize the specified row on this sheet.
Syntax
'Declaration
 
Public Function GetRowSizeable( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
 
value = instance.GetRowSizeable(row)

Parameters

row
Row index
See Also