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


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

    Property Value

    The extend data.
    See Also