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






text
Initializes a new instance of the WebGridCell class with Text parameter.

Syntax

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

Parameters

text

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.