Gets the table formatting after ResetCells call.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public RowFormat TableFormat { get; }
Public ReadOnly Property TableFormat As RowFormat
	Get
public:
virtual property RowFormat^ TableFormat {
	RowFormat^ get () sealed;
}
abstract TableFormat : RowFormat with get
override TableFormat : RowFormat with get

Property Value

RowFormat
The table format.

Implements

ITable..::..TableFormat

See Also