Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Rows Class / Count Property


In This Topic
    Count Property (Rows)
    In This Topic
    Gets or sets the number of rows in the collection.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(500)>
    Public Property Count As Integer
    'Usage
     
    Dim instance As Rows
    Dim value As Integer
     
    instance.Count = value
     
    value = instance.Count
    [DefaultValue(500)]
    public int Count {get; set;}

    Property Value

    The number of rows in the collection. The default value is 500.
    See Also