LightSwitch HTML Edition
Insert(Int32,String) Method






Position where the field will be inserted.
Name of the existing C1OlapField,
Inserts a C1OlapField at a specified position in the list.
Syntax
'Declaration
 
Public Overloads Sub Insert( _
   ByVal index As System.Integer, _
   ByVal fieldName As System.String _
) 
'Usage
 
Dim instance As C1OlapFieldList
Dim index As System.Integer
Dim fieldName As System.String
 
instance.Insert(index, fieldName)
public void Insert( 
   System.int index,
   System.string fieldName
)
public procedure Insert( 
    index: System.Integer;
    fieldName: System.String
); 
public function Insert( 
   index : System.int,
   fieldName : System.String
);
public: void Insert( 
   System.int index,
   System.string* fieldName
) 
public:
void Insert( 
   System.int index,
   System.String^ fieldName
) 

Parameters

index
Position where the field will be inserted.
fieldName
Name of the existing C1OlapField,
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