Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / ISlicerItem Interface / Value Property


In This Topic
Value Property (ISlicerItem)
In This Topic
Gets the value of the slicer item.
Syntax
'Declaration
 
ReadOnly Property Value As String
 
'Usage
 
Dim instance As ISlicerItem
Dim value As String
 
value = instance.Value

Property Value

The value of the slicer item.
See Also