SpreadsheetGear 2017
RemoveItem Method (IControlFormat)






SpreadsheetGear.Shapes Namespace > IControlFormat Interface : RemoveItem Method
Specifies the zero based index of the first item to remove.
Specifies the number of items to remove.
Removes the specified number of items starting at the zero based index.
Syntax
'Declaration
 
Sub RemoveItem( _
   ByVal index As System.Integer, _
   ByVal count As System.Integer _
) 
'Usage
 
Dim instance As IControlFormat
Dim index As System.Integer
Dim count As System.Integer
 
instance.RemoveItem(index, count)
void RemoveItem( 
   System.int index,
   System.int count
)
procedure RemoveItem( 
    index: System.Integer;
    count: System.Integer
); 
function RemoveItem( 
   index : System.int,
   count : System.int
);
void RemoveItem( 
   System.int index,
   System.int count
) 
void RemoveItem( 
   System.int index,
   System.int count
) 

Parameters

index
Specifies the zero based index of the first item to remove.
count
Specifies the number of items to remove.
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

IControlFormat Interface
IControlFormat Members