LightSwitch HTML Edition
RemoveItem Method






Index of the item to remove from the list.
Removes an item from the list.
Syntax
'Declaration
 
Protected Overrides Sub RemoveItem( _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As C1OlapFieldList
Dim index As System.Integer
 
instance.RemoveItem(index)
protected override void RemoveItem( 
   System.int index
)
protected procedure RemoveItem( 
    index: System.Integer
); override; 
protected override function RemoveItem( 
   index : System.int
);
protected: void RemoveItem( 
   System.int index
) override 
protected:
void RemoveItem( 
   System.int index
) override 

Parameters

index
Index of the item to remove from the list.
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

C1OlapFieldList Class
C1OlapFieldList Members

Send Feedback