LightSwitch HTML Edition
SetItem Method






Index of the item to replace.
New value for the item at the specified index.
Replaces the item at a specified position.
Syntax
'Declaration
 
Protected Overrides Sub SetItem( _
   ByVal index As System.Integer, _
   ByVal item As C1OlapField _
) 
'Usage
 
Dim instance As C1OlapFieldList
Dim index As System.Integer
Dim item As C1OlapField
 
instance.SetItem(index, item)
protected override void SetItem( 
   System.int index,
   C1OlapField item
)
protected procedure SetItem( 
    index: System.Integer;
    item: C1OlapField
); override; 
protected override function SetItem( 
   index : System.int,
   item : C1OlapField
);
protected: void SetItem( 
   System.int index,
   C1OlapField* item
) override 
protected:
void SetItem( 
   System.int index,
   C1OlapField^ item
) override 

Parameters

index
Index of the item to replace.
item
New value for the item at the specified index.
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