Gets the table format.
Please use it after calling the RestCells method.
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public TableFormat Format { get; }
 
Public ReadOnly Property Format As TableFormat
	Get
 
public:
property TableFormat^ Format {
	TableFormat^ get ();
}
 
member Format : TableFormat with get
 
 
 
Property Value
 
 Type:
 
TableFormat
 
 The table format.
 
 See Also
See Also