LightSwitch HTML Edition
EndNew Method






Syntax
'Declaration
 
Public Overridable Sub EndNew( _
   ByVal itemIndex As System.Integer _
) 
'Usage
 
Dim instance As C1OlapFieldList
Dim itemIndex As System.Integer
 
instance.EndNew(itemIndex)
public virtual void EndNew( 
   System.int itemIndex
)
public procedure EndNew( 
    itemIndex: System.Integer
); virtual; 
public function EndNew( 
   itemIndex : System.int
);
public: virtual void EndNew( 
   System.int itemIndex
) 
public:
virtual void EndNew( 
   System.int itemIndex
) 

Parameters

itemIndex
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