IRowFormatEffectiveData

IRowFormatEffectiveData interface

Immutable object which contains effective table row formatting properties.

public interface IRowFormatEffectiveData : IBaseTableFormatEffectiveData

Properties

NameDescription
AsIBaseTableFormatEffectiveData { get; }Allows to get base IBaseTableFormatEffectiveData interface. Read-only IBaseTableFormatEffectiveData.

Remarks

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

See Also