Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / Shape Property


In This Topic
    Shape Property (ISlicer)
    In This Topic
    Gets the GrapeCity.Spreadsheet.Drawing.IShape object associated with the specified slicer.
    Syntax
    'Declaration
     
    
    ReadOnly Property Shape As IShape
    'Usage
     
    
    Dim instance As ISlicer
    Dim value As IShape
     
    value = instance.Shape
    IShape Shape {get;}

    Property Value

    The GrapeCity.Spreadsheet.Drawing.IShape object associated with the specified slicer.
    See Also