Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IColorStops Interface / Add Method
A double value indicates the position in which to apply the ColorStop.


In This Topic
    Add Method (IColorStops)
    In This Topic
    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)

    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