Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI 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 Integer()
    'Usage
     
    Dim instance As RowHeightChangedEventArgs
    Dim value() As Integer
     
    value = instance.RowList
    public int[] RowList {get;}

    Property Value

    Rows whose heights have changed.
    See Also