ITableFormat

ITableFormat interface

Represents format of a table.

public interface ITableFormat

Properties

NameDescription
FillFormat { get; }Returns a table fill properties object. Read-only IFillFormat.
Transparency { get; set; }Gets or sets the transparency of the fill color. Read/write Single.

Methods

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

See Also