Click or drag to resize

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
[ObsoleteAttribute("This property is deprecated. Please call the "Table.Format" property.")]
public RowFormat TableFormat { get; }

Property Value

Type: RowFormat
The first row format.

Implements

ITable TableFormat
See Also