Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GraphicFrame Class / GraphicObject Property


In This Topic
GraphicObject Property
In This Topic
Gets the graphic object contained by this container.
Syntax
'Declaration
 
Public ReadOnly Property GraphicObject As GraphicObject
 
'Usage
 
Dim instance As GraphicFrame
Dim value As GraphicObject
 
value = instance.GraphicObject

Property Value

The graphic object.
See Also