Intersoft WebGrid Documentation
WebGridRow Constructor(Object[])
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridRow Class > WebGridRow Constructor : WebGridRow Constructor(Object[])






cellData
An array of objects to be initialized as the text in the Cells of this row.
Initializes a new instance of the WebGridRow class with an array of objects.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal cellData() As Object _
)
Visual Basic (Usage)Copy Code
Dim cellData() As Object
 
Dim instance As New WebGridRow(cellData)
C# 
public WebGridRow( 
   object[] cellData
)
Delphi 
public WebGridRow( 
    cellData: TObjectarray of
); 
JScript 
public function WebGridRow( 
   cellData : Object[]
);
Managed Extensions for C++ 
public: WebGridRow( 
   Object*[]* cellData
)
C++/CLI 
public:
WebGridRow( 
   array<Object^>^ cellData
)

Parameters

cellData
An array of objects to be initialized as the text in the Cells of this row.

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.