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


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

    Property Value

    The number of columns in the specified slicer.
    See Also