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


In This Topic
    Worksheet Property (WorksheetDrawing)
    In This Topic
    Gets the owner worksheet of this WorksheetDrawing object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Worksheet As Worksheet
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim value As Worksheet
     
    value = instance.Worksheet
    public Worksheet Worksheet {get;}
    See Also