TableFormat

TableFormat class

Represents format of a table.

public sealed class TableFormat : DomObject<Table>, ITableFormat

Properties

NameDescription
FillFormat { get; }Returns a table fill properties object. Read-only IFillFormat.

Methods

NameDescription
GetEffective()Gets effective table formatting properties with inheritance and table styles applied.

See Also