GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / PictureFormat Property


In This Topic
PictureFormat Property (IShape)
In This Topic
Gets a IPictureFormat object that contains picture formatting properties for the specified shape.
Syntax
'Declaration
 
ReadOnly Property PictureFormat As IPictureFormat
 
'Usage
 
Dim instance As IShape
Dim value As IPictureFormat
 
value = instance.PictureFormat

Property Value

The picture format.
See Also