Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGradientStops Interface / Count Property


In This Topic
    Count Property (IGradientStops)
    In This Topic
    Gets an integer value indicating the number of items in the IGradientStops collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IGradientStops
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    The number of items in the IGradientStops collection.
    See Also