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


GetRowExpandable Method
Gets whether the row on this sheet can be expanded to show a child view in a hierarchical display.
Syntax
'Declaration
 
Public Overridable Function GetRowExpandable( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
 
value = instance.GetRowExpandable(row)

Parameters

row
Row index
Exceptions
ExceptionDescription
Specified row index is out of range; must be between 0 and the total number of rows
See Also