Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / NumberOfColumns Property


In This Topic
    NumberOfColumns Property (Slicer)
    In This Topic
    Gets or sets the number of columns in the specified slicer.
    Syntax
    'Declaration
     
    
    Public Property NumberOfColumns As Integer
    'Usage
     
    
    Dim instance As Slicer
    Dim value As Integer
     
    instance.NumberOfColumns = value
     
    value = instance.NumberOfColumns
    public int NumberOfColumns {get; set;}

    Property Value

    The number of columns in the specified slicer.
    See Also