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






cellText
cellValue
Initializes a new instance of the WebGridRow class with an array of string for cell's text and an array of object for cell's value.

Syntax

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

Parameters

cellText
cellValue

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.