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