Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / Data Property


In This Topic
    Data Property (GroupShape)
    In This Topic
    Gets or sets the extend data of the DrawingObject.
    Syntax
    'Declaration
     
    
    Public Property Data As Object
    'Usage
     
    
    Dim instance As GroupShape
    Dim value As Object
     
    instance.Data = value
     
    value = instance.Data
    public object Data {get; set;}

    Property Value

    The extend data.
    See Also