IsRowExpanded Method | Spread Windows Forms 15.0
Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / IsRowExpanded Method
Row index


IsRowExpanded Method
Gets whether the row on this sheet displays a child view in a hierarchical display.
Syntax
'Declaration
 
Public Overridable Function IsRowExpanded( _
   ByVal row As Integer _
) As Boolean
 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
 
value = instance.IsRowExpanded(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