Click or drag to resize

Table Format Property

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
public TableFormat Format { get; }

Property Value

Type: TableFormat
The table format.
See Also