Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / GradientFillEffect Structure / Count Property


In This Topic
    Count Property (GradientFillEffect)
    In This Topic
    Gets the total count of gradient stops.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As GradientFillEffect
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}

    Property Value

    An integer value represents the total count of gradient stops.
    See Also