TableBackground Interface

Represents the background associated with a Table object.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("914934F8-5A91-11CF-8700-00AA0060263B")> _
Public Interface TableBackground
'Usage
Dim instance As TableBackground
[GuidAttribute("914934F8-5A91-11CF-8700-00AA0060263B")]
public interface TableBackground

Remarks

Use the Background property of a Table object to return the TableBackground object associated with the table.

To get a Table object from an existing shape, use the Table property of the Shape or ShapeRange object that contains the table. You can create a shape that contains a table by using the AddTable(Int32, Int32, Single, Single, Single, Single) method of the Shapes collection.

The properties of the TableBackground object return objects that represent various aspects of the formatting associated with a table.

See Also

Reference

TableBackground Members

Microsoft.Office.Interop.PowerPoint Namespace