'DeclarationSub Delete( _ ByVal index As System.Integer _ )
'UsageDim 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.