LightSwitch HTML Edition
Insert(Int32,C1OlapField) Method






Syntax
'Declaration
 
<__DynamicallyInvokableAttribute()>
Public Overloads Sub Insert( _
   ByVal index As System.Integer, _
   ByVal item As C1OlapField _
) 
'Usage
 
Dim instance As C1OlapFieldList
Dim index As System.Integer
Dim item As C1OlapField
 
instance.Insert(index, item)
[__DynamicallyInvokable()]
public void Insert( 
   System.int index,
   C1OlapField item
)
public procedure Insert( 
    index: System.Integer;
    item: C1OlapField
); 
__DynamicallyInvokableAttribute()
public function Insert( 
   index : System.int,
   item : C1OlapField
);
[__DynamicallyInvokable()]
public: void Insert( 
   System.int index,
   C1OlapField* item
) 
[__DynamicallyInvokable()]
public:
void Insert( 
   System.int index,
   C1OlapField^ item
) 

Parameters

index
item
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
Overload List

Send Feedback