Returns the CellFormat object that contains formatting properties for this cell.
Read-only
ICellFormat.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic ICellFormat CellFormat { get; }
Public ReadOnly Property CellFormat As ICellFormat
Get
public:
virtual property ICellFormat^ CellFormat {
ICellFormat^ get () sealed;
}
abstract CellFormat : ICellFormat with get
override CellFormat : ICellFormat with get
Property Value
Type:
ICellFormatImplements
ICellCellFormat
See Also