IRowFormatEffectiveData

IRowFormatEffectiveData class

Immutable object which contains effective table row formatting properties.

The IRowFormatEffectiveData type exposes the following members:

Properties

NameDescription
as_i_base_table_format_effective_dataAllows to get base IBaseTableFormatEffectiveData interface.
Read-only IBaseTableFormatEffectiveData.
fill_formatReturns fill format effective value.
Read-only IFillFormatEffectiveData.
border_leftReturns left border line format effective value.
Read-only ILineFormatEffectiveData.
border_topReturns top border line format effective value.
Read-only ILineFormatEffectiveData.
border_rightReturns right border line format effective value.
Read-only ILineFormatEffectiveData.
border_bottomReturns bottom border line format effective value.
Read-only ILineFormatEffectiveData.
border_diagonal_downReturns down diagonal line format effective value.
Read-only ILineFormatEffectiveData.
border_diagonal_upReturns up diagonal line format effective value.
Read-only ILineFormatEffectiveData.

See Also