Gets or sets the table ID.

Namespace: Spire.Doc.Fields
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

String
The table ID.

See Also