Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / WorksheetDrawing Property


In This Topic
    WorksheetDrawing Property (Slicer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property WorksheetDrawing As WorksheetDrawing
    'Usage
     
    
    Dim instance As Slicer
    Dim value As WorksheetDrawing
     
    value = instance.WorksheetDrawing
    public override WorksheetDrawing WorksheetDrawing {get;}
    See Also