ColorStops.Add(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a ColorStop object to the specified collection.
public:
Microsoft::Office::Interop::Excel::ColorStop ^ Add(double Position);
public Microsoft.Office.Interop.Excel.ColorStop Add (double Position);
Public Function Add (Position As Double) As ColorStop
Parameters
- Position
- Double
Represents the position in which to apply the ColorStop.
Returns
ColorStop