PowerWEB LiveControls for ASP.NET
Text Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LiveTableCell Class : Text Property



Gets or sets the text contents of the cell.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Text As String
Visual Basic (Usage)Copy Code
Dim instance As LiveTableCell
Dim value As String
 
instance.Text = value
 
value = instance.Text
C# 
public override string Text {get; set;}
C++/CLI 
public:
property String^ Text {
   String^ get() override;
   void set (    String^ value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.TableCell.Text.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.