Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineGroup Class / SwitchRowColumn Method
Example


In This Topic
    SwitchRowColumn Method (ExcelSparklineGroup)
    In This Topic
    Switches sparkline rows or columns.
    Syntax
    'Declaration
     
    
    Public Function SwitchRowColumn() As Boolean
    'Usage
     
    
    Dim instance As ExcelSparklineGroup
    Dim value As Boolean
     
    value = instance.SwitchRowColumn()
    public bool SwitchRowColumn()

    Return Value

    True if switch action is finished; otherwise, false
    Example
    This example creates sparklines.
    See Also