Intersoft WebGrid Documentation
Add(WebGridCustomEditor) Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCustomEditorCollection Class > Add Method : Add(WebGridCustomEditor) Method






webGridCustomEditor
The WebGridCustomEditor object to be added.
Add an WebGridCustomEditor object into the WebGridCustomEditor collection.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Function Add( _
   ByVal webGridCustomEditor As WebGridCustomEditor _
) As Integer
Visual Basic (Usage)Copy Code
Dim instance As WebGridCustomEditorCollection
Dim webGridCustomEditor As WebGridCustomEditor
Dim value As Integer
 
value = instance.Add(webGridCustomEditor)
C# 
public virtual int Add( 
   WebGridCustomEditor webGridCustomEditor
)
Delphi 
public function Add( 
    webGridCustomEditor: WebGridCustomEditor
): Integer; virtual; 
JScript 
public function Add( 
   webGridCustomEditor : WebGridCustomEditor
) : int;
Managed Extensions for C++ 
public: virtual int Add( 
   WebGridCustomEditor* webGridCustomEditor
) 
C++/CLI 
public:
virtual int Add( 
   WebGridCustomEditor^ webGridCustomEditor
) 

Parameters

webGridCustomEditor
The WebGridCustomEditor object to be added.

Return Value

The index of the newly added WebGridCustomEditor.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.