Spread ASP.NET 16
FarPoint.Web.Spread Assembly / FarPoint.Web.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