Spread WinForms 15
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

Property Value

The index of the first slicer item.
See Also