Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineGroup Class / IsSwitchable Method


In This Topic
IsSwitchable Method
In This Topic
Checks if the group is switchable.
Syntax
'Declaration
 
Public Function IsSwitchable() As Boolean
 
'Usage
 
Dim instance As ExcelSparklineGroup
Dim value As Boolean
 
value = instance.IsSwitchable()
See Also