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


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

    Property Value

    The graphic object contained by this graphic frame.
    See Also