SpreadsheetGear 2017
Add Method (IColorStops)






SpreadsheetGear Namespace > IColorStops Interface : Add Method
The position of the new color stop.
Adds a new color stop to the color stops collection.
Syntax
'Declaration
 
Function Add( _
   ByVal position As System.Double _
) As IColorStop
'Usage
 
Dim instance As IColorStops
Dim position As System.Double
Dim value As IColorStop
 
value = instance.Add(position)
IColorStop Add( 
   System.double position
)
function Add( 
    position: System.Double
): IColorStop; 
function Add( 
   position : System.double
) : IColorStop;
IColorStop* Add( 
   System.double position
) 
IColorStop^ Add( 
   System.double position
) 

Parameters

position
The position of the new color stop.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IColorStops Interface
IColorStops Members