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






text
value
Initializes a new instance of the WebGridCell class using Text and Value.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String, _
   ByVal value As Object _
)
Visual Basic (Usage)Copy Code
Dim text As String
Dim value As Object
 
Dim instance As New WebGridCell(text, value)
C# 
public WebGridCell( 
   string text,
   object value
)
Delphi 
public WebGridCell( 
    text: String;
    value: TObject
); 
JScript 
public function WebGridCell( 
   text : String,
   value : Object
);
Managed Extensions for C++ 
public: WebGridCell( 
   string* text,
   Object* value
)
C++/CLI 
public:
WebGridCell( 
   String^ text,
   Object^ value
)

Parameters

text
value

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.