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

NameTypeAccessDescription
FillFormatIFillFormatReadProvides access to the fill formatting (color, gradient, pattern) of the cell
BorderLeftILineFormatReadGets the line formatting for the cell’s left border
BorderTopILineFormatReadGets the line formatting for the cell’s top border
BorderRightILineFormatReadGets the line formatting for the cell’s right border
BorderBottomILineFormatReadGets the line formatting for the cell’s bottom border
BorderDiagonalDownILineFormatReadGets the line formatting for the cell’s diagonal-down border
BorderDiagonalUpILineFormatRead

See Also