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