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


In This Topic
    Top Property (ISlicer)
    In This Topic
    Gets or sets the vertical position of the specified slicer, in pixels, relative to the upper-left corner of cell A1 on a worksheet.
    Syntax
    'Declaration
     
    
    Property Top As Double
    'Usage
     
    
    Dim instance As ISlicer
    Dim value As Double
     
    instance.Top = value
     
    value = instance.Top
    double Top {get; set;}

    Property Value

    The vertical position of the specified slicer .
    See Also