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






webGridGroup
The WebGridGroup object to be added.
Add an WebGridGroup object into the WebGridGroup collection.

Syntax

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

Parameters

webGridGroup
The WebGridGroup object to be added.

Return Value

The index of the newly added WebGridGroup.

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.