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


In This Topic
    Drawing Property (Worksheet)
    In This Topic
    Gets the GrapeCity.Spreadsheet.Drawing.WorksheetDrawing object contains all drawing objects within the worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Drawing As WorksheetDrawing
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As WorksheetDrawing
     
    value = instance.Drawing
    public WorksheetDrawing Drawing {get;}

    Property Value

    The worksheet drawing contains all drawing objects within the worksheet.
    See Also