C1.Silverlight.Olap.5
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 _
) 
public void Insert( 
   System.int index,
   System.string fieldName
)

Parameters

index
Position where the field will be inserted.
fieldName
Name of the existing C1OlapField,
See Also

Reference

C1OlapFieldList Class
C1OlapFieldList Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.