Spread Windows Forms 12.0 Product Documentation
Add Method (IColorStops)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IColorStops Interface : Add Method
A double value indicates the position in which to apply the ColorStop.
Adds a ColorStop object to the specified collection.
Syntax
'Declaration
 
Function Add( _
   ByVal position As Double _
) As ColorStop
'Usage
 
Dim instance As IColorStops
Dim position As Double
Dim value As ColorStop
 
value = instance.Add(position)
ColorStop Add( 
   double position
)

Parameters

position
A double value indicates the position in which to apply the ColorStop.

Return Value

A ColorStop object represents the new object.
See Also

Reference

IColorStops Interface
IColorStops Members