Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / IsRowExpanded Method
Row index


In This Topic
    IsRowExpanded Method
    In This Topic
    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)
    public virtual bool IsRowExpanded( 
       int 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