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


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

    Property Value

    The horizontal position of the specified slicer .
    See Also