TableBackground.Fill Property
Returns a FillFormat object that represents the formatting of the fill associated with the table background. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Fill As FillFormat
Get
'Usage
Dim instance As TableBackground
Dim value As FillFormat
value = instance.Fill
FillFormat Fill { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.FillFormat
Remarks
A shape can have a solid, gradient, texture, pattern, picture, or semi-transparent fill. You can use the properties and methods of the FillFormat object returned by the Fill property to specify the appearance and behavior of the fill associated with the table background.