Spread Windows Forms 15.0
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()
    public bool IsSwitchable()
    See Also