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






webGridRowLayout
The WebGridRowLayout object to be added.
Add an WebGridRowLayout object into the WebGridRowLayout collection.

Syntax

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

Parameters

webGridRowLayout
The WebGridRowLayout object to be added.

Return Value

The index of the newly added WebGridRowLayout.

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.