CellFormat

CellFormat class

Represents format of a table cell.

public sealed class CellFormat : PVIObject, ICellFormat

Properties

NameDescription
AsIPresentationComponent { get; }Allows to get base IPresentationComponent interface. Read-only IPresentationComponent.
BorderBottom { get; }Returns a bottom border line properties object. Read-only ILineFormat.
BorderDiagonalDown { get; }Returns a top-left to bottom-right diagonal line properties object. Read-only ILineFormat.
BorderDiagonalUp { get; }Returns a bottom-left to top-right diagonal line properties object. Read-only ILineFormat.
BorderLeft { get; }Returns a left border line properties object. Read-only ILineFormat.
BorderRight { get; }Returns a right border line properties object. Read-only ILineFormat.
BorderTop { get; }Returns a top border line properties object. Read-only ILineFormat.
FillFormat { get; }Returns a cell fill properties object. Read-only IFillFormat.

Methods

NameDescription
override Equals(object)Compares with specified object.
GetEffective()Gets effective table cell formatting properties with inheritance and table styles applied.
override GetHashCode()Returns hash code.

See Also