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


In This Topic
    Count Property (WorksheetCollection)
    In This Topic
    Gets the number of elements in the collection.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(0)>
    Public Shadows Property Count As Integer
    'Usage
     
    Dim instance As WorksheetCollection
    Dim value As Integer
     
    instance.Count = value
     
    value = instance.Count
    [DefaultValue(0)]
    public new int Count {get; set;}

    Property Value

    The number of elements contained in the collection.
    See Also