ICellFormat class

ICellFormat class

Represents format of a table cell.

The ICellFormat type exposes the following members:

Properties

PropertyDescription
fill_formatReturns a cell fill properties object.
Read-only IFillFormat.
border_leftReturns a left border line properties object.
Read-only ILineFormat.
border_topReturns a top border line properties object.
Read-only ILineFormat.
border_rightReturns a right border line properties object.
Read-only ILineFormat.
border_bottomReturns a bottom border line properties object.
Read-only ILineFormat.
border_diagonal_downReturns a top-left to bottom-right diagonal line properties object.
Read-only ILineFormat.
border_diagonal_upReturns a bottom-left to top-right diagonal line properties object.
Read-only ILineFormat.

Methods

MethodDescription
get_effectiveGets effective table cell formatting properties with inheritance and table styles applied.

See Also