Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / Control Class / WorksheetDrawing Property


In This Topic
    WorksheetDrawing Property (Control)
    In This Topic
    Gets the graphic object contained by this graphic frame.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property WorksheetDrawing As WorksheetDrawing
    'Usage
     
    
    Dim instance As Control
    Dim value As WorksheetDrawing
     
    value = instance.WorksheetDrawing
    public override WorksheetDrawing WorksheetDrawing {get;}

    Property Value

    The graphic object contained by this graphic frame.
    See Also