Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / DrawingObject Class / Data Property


In This Topic
Data Property (DrawingObject)
In This Topic
Gets or sets the extend data of the DrawingObject.
Syntax
'Declaration
 
Public Overridable Property Data As Object
 
'Usage
 
Dim instance As DrawingObject
Dim value As Object
 
instance.Data = value
 
value = instance.Data

Property Value

The extend data.
See Also