LightSwitch HTML Edition
CancelNew Method






Syntax
'Declaration
 
Public Overridable Sub CancelNew( _
   ByVal itemIndex As System.Integer _
) 
'Usage
 
Dim instance As C1OlapFieldList
Dim itemIndex As System.Integer
 
instance.CancelNew(itemIndex)
public virtual void CancelNew( 
   System.int itemIndex
)
public procedure CancelNew( 
    itemIndex: System.Integer
); virtual; 
public function CancelNew( 
   itemIndex : System.int
);
public: virtual void CancelNew( 
   System.int itemIndex
) 
public:
virtual void CancelNew( 
   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