'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The text of the cell.")> <System.ComponentModel.DefaultValueAttribute("")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Text As System.String
'Usage
Dim instance As NTableCell Dim value As System.String instance.Text = value value = instance.Text
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The text of the cell.")] [System.ComponentModel.DefaultValue("")] [System.Xml.Serialization.XmlAttribute()] public System.string Text {get; set;}