Spread Windows Forms 12.0 Product Documentation
Count Property (GradientFillEffect)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > GradientFillEffect Structure : Count Property
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

Reference

GradientFillEffect Structure
GradientFillEffect Members