Note: This API is now obsolete.
Returns a cell fill properties object.
Read-only
IFillFormat.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax[ObsoleteAttribute("Use Cell.CellFormat.FillFormat instead. The property will be removed after release of version 20.8.")]
public IFillFormat FillFormat { get; }
<ObsoleteAttribute("Use Cell.CellFormat.FillFormat instead. The property will be removed after release of version 20.8.")>
Public ReadOnly Property FillFormat As IFillFormat
Get
public:
[ObsoleteAttribute(L"Use Cell.CellFormat.FillFormat instead. The property will be removed after release of version 20.8.")]
virtual property IFillFormat^ FillFormat {
IFillFormat^ get () sealed;
}
[<ObsoleteAttribute("Use Cell.CellFormat.FillFormat instead. The property will be removed after release of version 20.8.")>]
abstract FillFormat : IFillFormat with get
[<ObsoleteAttribute("Use Cell.CellFormat.FillFormat instead. The property will be removed after release of version 20.8.")>]
override FillFormat : IFillFormat with get
Property Value
Type:
IFillFormatImplements
ICellFillFormat
See Also