Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / RowHeightChangingEventArgs Class / RowList Property


In This Topic
    RowList Property (RowHeightChangingEventArgs)
    In This Topic
    Gets the list of rows whose heights are changing.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowList As Integer()
    'Usage
     
    Dim instance As RowHeightChangingEventArgs
    Dim value() As Integer
     
    value = instance.RowList
    public int[] RowList {get;}

    Property Value

    Rows whose heights are changing.
    See Also