Spread Windows Forms 15.0
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
    public virtual object Data {get; set;}

    Property Value

    The extend data.
    See Also