Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicer Interface / Width Property


In This Topic
    Width Property (ISlicer)
    In This Topic
    Gets or sets the width of the specified slicer, in pixels.
    Syntax
    'Declaration
     
    
    Property Width As Double
    'Usage
     
    
    Dim instance As ISlicer
    Dim value As Double
     
    instance.Width = value
     
    value = instance.Width
    double Width {get; set;}

    Property Value

    The width of the specified slicer.
    See Also