Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IColorStops Interface / Add Method
Represents the position in which to apply the color stop.
In This Topic
    Add Method (IColorStops)
    In This Topic
    Adds an IColorStop object to the specified collection.
    Syntax
    IColorStop Add( 
       System.double position
    )

    Parameters

    position
    Represents the position in which to apply the color stop.
    See Also