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

    Property Value

    The extend data.
    See Also