LightSwitch HTML Edition
AddNew Method






Syntax
'Declaration
 
Public Function AddNew() As C1OlapField
'Usage
 
Dim instance As C1OlapFieldList
Dim value As C1OlapField
 
value = instance.AddNew()
public C1OlapField AddNew()
public function AddNew(): C1OlapField; 
public function AddNew() : C1OlapField;
public: C1OlapField* AddNew(); 
public:
C1OlapField^ AddNew(); 
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