Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeightChangedEventArgs Class / RowList Property


In This Topic
    RowList Property (RowHeightChangedEventArgs)
    In This Topic
    Gets the list of rows whose heights have changed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RowList As ArrayList
    'Usage
     
    
    Dim instance As RowHeightChangedEventArgs
    Dim value As ArrayList
     
    value = instance.RowList
    public ArrayList RowList {get;}
    See Also