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


In This Topic
    Count Property (StyleInfoCollection)
    In This Topic
    Gets the number of styles (StyleInfo objects) in the collection.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(0)>
    Public Overridable ReadOnly Property Count As Integer
    'Usage
     
    Dim instance As StyleInfoCollection
    Dim value As Integer
     
    value = instance.Count
    [DefaultValue(0)]
    public virtual int Count {get;}

    Property Value

    The number of styles (StyleInfo objects) in the collection.
    See Also