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


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

    Property Value

    The width of each column in the slicer.
    See Also