IColorStops.Add Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function Add ( _
Position As Double _
) As ColorStop
'Usage
Dim instance As IColorStops
Dim Position As Double
Dim returnValue As ColorStop
returnValue = instance.Add(Position)
ColorStop Add(
double Position
)
Parameters
- Position
Type: System.Double
Return Value
Type: Microsoft.Office.Interop.Excel.ColorStop