Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / StartItemIndex Property


In This Topic
    StartItemIndex Property
    In This Topic
    Gets or sets the index of the first slicer item.
    Syntax
    'Declaration
     
    
    Public Property StartItemIndex As Integer
    'Usage
     
    
    Dim instance As Slicer
    Dim value As Integer
     
    instance.StartItemIndex = value
     
    value = instance.StartItemIndex
    public int StartItemIndex {get; set;}

    Property Value

    The index of the first slicer item.
    See Also