Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SheetSpanModelChangedEventArgs Class / RowCount Property


In This Topic
    RowCount Property (SheetSpanModelChangedEventArgs)
    In This Topic
    Gets the number of rows.
    Syntax
    'Declaration
     
    Public ReadOnly Property RowCount As Integer
    'Usage
     
    Dim instance As SheetSpanModelChangedEventArgs
    Dim value As Integer
     
    value = instance.RowCount
    public int RowCount {get;}

    Property Value

    The number of rows.
    See Also