ICellFormat

Overview

ICellFormat is a interface in Aspose.Slides FOSS for .NET.

Represents the formatting of a table cell.

Properties

NameTypeAccessDescription
FillFormatIFillFormatReadProvides access to the cell’s fill formatting options
BorderLeftILineFormatReadGets the line format for the cell’s left border
BorderTopILineFormatReadGets the line format for the cell’s top border
BorderRightILineFormatReadGets the line format for the cell’s right border
BorderBottomILineFormatReadGets the line format for the cell’s bottom border
BorderDiagonalDownILineFormatRead
BorderDiagonalUpILineFormatReadGets the line format for the cell’s diagonal-up border

See Also