ITableFormatEffectiveData

ITableFormatEffectiveData interface

Immutable object which contains effective table formatting properties.

public interface ITableFormatEffectiveData : IBaseTableFormatEffectiveData

Properties

NameDescription
AsIBaseTableFormatEffectiveData { get; }Allows to get base IBaseTableFormatEffectiveData interface. Read-only IBaseTableFormatEffectiveData.
Transparency { get; }Gets the transparency of the fill color. Read Single.

Remarks

This interface is used together with the ITableFormat interface to return effective formatting values with inheritance and table styles applied.

See Also