Intersoft WebGrid Documentation
OldText Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCell Class : OldText Property






Represents the cell text before the cell is modified.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<DescriptionAttribute("Gets the old text of this cell.")>
<BrowsableAttribute(False)>
Public ReadOnly Property OldText As String
Visual Basic (Usage)Copy Code
Dim instance As WebGridCell
Dim value As String
 
value = instance.OldText
C# 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Gets the old text of this cell.")]
[BrowsableAttribute(false)]
public string OldText {get;}
Delphi 
public read-only property OldText: String; 
JScript 
DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
DescriptionAttribute("Gets the old text of this cell.")
BrowsableAttribute()
public function get OldText : String
Managed Extensions for C++ 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Gets the old text of this cell.")]
[BrowsableAttribute(false)]
public: __property string* get_OldText();
C++/CLI 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[DescriptionAttribute("Gets the old text of this cell.")]
[BrowsableAttribute(false)]
public:
property String^ OldText {
   String^ get();
}

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.