SpreadsheetGear.Shapes Namespace > IGradientStops Interface > InsertAt Method : InsertAt(Int32,Color,Double,Double) Method |
'Declaration
Overloads Sub InsertAt( _ ByVal index As System.Integer, _ ByVal rgb As Color, _ ByVal position As System.Double, _ ByVal transparency As System.Double _ )
'Usage
Dim instance As IGradientStops Dim index As System.Integer Dim rgb As Color Dim position As System.Double Dim transparency As System.Double instance.InsertAt(index, rgb, position, transparency)
void InsertAt( System.int index, Color rgb, System.double position, System.double transparency )
procedure InsertAt( index: System.Integer; rgb: Color; position: System.Double; transparency: System.Double );
function InsertAt( index : System.int, rgb : Color, position : System.double, transparency : System.double );
void InsertAt( System.int index, Color rgb, System.double position, System.double transparency )
void InsertAt( System.int index, Color rgb, System.double position, System.double transparency )
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