ICellFormat
Overview
ICellFormat is a interface in Aspose.Slides FOSS for .NET.
Represents the formatting of a table cell.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FillFormat | IFillFormat | Read | Provides access to the cell’s fill formatting options |
BorderLeft | ILineFormat | Read | Gets the line format for the cell’s left border |
BorderTop | ILineFormat | Read | Gets the line format for the cell’s top border |
BorderRight | ILineFormat | Read | Gets the line format for the cell’s right border |
BorderBottom | ILineFormat | Read | Gets the line format for the cell’s bottom border |
BorderDiagonalDown | ILineFormat | Read | |
BorderDiagonalUp | ILineFormat | Read | Gets the line format for the cell’s diagonal-up border |