CellFormat
Overview
CellFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, ICellFormat.
Represents the formatting properties of a table cell, providing access to fill formatting and six border line formats (left, top, right, bottom, diagonal-down, diagonal-up).
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FillFormat | IFillFormat | Read | Provides access to the fill formatting (color, gradient, pattern) of the cell |
BorderLeft | ILineFormat | Read | Gets the line formatting for the cell’s left border |
BorderTop | ILineFormat | Read | Gets the line formatting for the cell’s top border |
BorderRight | ILineFormat | Read | Gets the line formatting for the cell’s right border |
BorderBottom | ILineFormat | Read | Gets the line formatting for the cell’s bottom border |
BorderDiagonalDown | ILineFormat | Read | Gets the line formatting for the cell’s diagonal-down border |
BorderDiagonalUp | ILineFormat | Read |