ICellFormat
Overview
ICellFormat is a interface in Aspose.Slides FOSS for .NET.
Represents the formatting of a table cell.
Properties: BorderBottom, BorderDiagonalDown, BorderDiagonalUp, BorderLeft, BorderRight, BorderTop, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FillFormat | IFillFormat | Read | Gets the fill format for the cell. |
BorderLeft | ILineFormat | Read | Gets the left border line format. |
BorderTop | ILineFormat | Read | Gets the top border line format. |
BorderRight | ILineFormat | Read | Gets the right border line format. |
BorderBottom | ILineFormat | Read | Gets the bottom border line format. |
BorderDiagonalDown | ILineFormat | Read | Gets the diagonal-down border line format. |
BorderDiagonalUp | ILineFormat | Read | Gets the diagonal-up border line format. |