| 
Table
TableFormat Property
  | 
Note: This API is now obsolete.
 
 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
 
 
[ObsoleteAttribute("This property is deprecated. Please call the "Table.Format" property.")]
public RowFormat TableFormat { get; }
 
<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format" property.")>
Public ReadOnly Property TableFormat As RowFormat
	Get
 
public:
[ObsoleteAttribute(L"This property is deprecated. Please call the "Table.Format" property.")]
virtual property RowFormat^ TableFormat {
	RowFormat^ get () sealed;
}
 
[<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format" property.")>]
abstract TableFormat : RowFormat with get
[<ObsoleteAttribute("This property is deprecated. Please call the "Table.Format" property.")>]
override TableFormat : RowFormat with get
 
 
 
Property Value
 
 Type:
 
RowFormat
 
 The first row format.
 
Implements
 
ITable
TableFormat
 
 
 See Also
See Also