TableBackground.Picture Property

Returns a PictureFormat object that represents the formatting of the picture 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 Picture As PictureFormat
    Get
'Usage
Dim instance As TableBackground
Dim value As PictureFormat

value = instance.Picture
PictureFormat Picture { get; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PictureFormat

See Also

Reference

TableBackground Interface

TableBackground Members

Microsoft.Office.Interop.PowerPoint Namespace