Table
TableDescription Property
|
Gets or sets the table description.
Namespace:
Spire.Doc
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string TableDescription { get; set; }
Public Property TableDescription As String
Get
Set
public:
property String^ TableDescription {
String^ get ();
void set (String^ value);
}
member TableDescription : string with get, set
Property Value
Type:
String
See Also