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






webGridRow
The WebGridRow object to be added.
Add an WebGridRow object into the WebGridRow collection.

Syntax

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

Parameters

webGridRow
The WebGridRow object to be added.

Return Value

The index of the newly added WebGridRow.

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.