IBaseTableFormatEffectiveData class

IBaseTableFormatEffectiveData class

Base interface for immutable objects which contain effective table formatting properties.

The IBaseTableFormatEffectiveData type exposes the following members:

Properties

PropertyDescription
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