SpreadsheetGear 2017
Delete Method (IGradientStops)






SpreadsheetGear.Shapes Namespace > IGradientStops Interface : Delete Method
The index of the gradient stop to delete.
Deletes the gradient stop at the specified index.
Syntax
'Declaration
 
Sub Delete( _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As IGradientStops
Dim index As System.Integer
 
instance.Delete(index)
void Delete( 
   System.int index
)
procedure Delete( 
    index: System.Integer
); 
function Delete( 
   index : System.int
);
void Delete( 
   System.int index
) 
void Delete( 
   System.int index
) 

Parameters

index
The index of the gradient stop to delete.
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

IGradientStops Interface
IGradientStops Members