LightSwitch HTML Edition
Add(C1OlapField) Method






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

Parameters

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