Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ControlShape Class / Data Property


In This Topic
Data Property (ControlShape)
In This Topic
Gets or sets the extend data of the GrapeCity.Spreadsheet.Drawing.DrawingObject.
Syntax
'Declaration
 
Public Overrides NotOverridable Property Data As Object
 
'Usage
 
Dim instance As ControlShape
Dim value As Object
 
instance.Data = value
 
value = instance.Data

Property Value

The extend data.
See Also