Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / UnGroupSparkline Method / UnGroupSparkline(Int32,Int32) Method
The row.
The column.
Example


In This Topic
    UnGroupSparkline(Int32,Int32) Method
    In This Topic
    Ungroups the sparkline at the specified location if it is in the same group with the current cell.
    Syntax
    'Declaration
     
    
    Public Overloads Sub UnGroupSparkline( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As Cell
    Dim row As Integer
    Dim column As Integer
     
    instance.UnGroupSparkline(row, column)
    public void UnGroupSparkline( 
       int row,
       int column
    )

    Parameters

    row
    The row.
    column
    The column.
    Example
    This example creates sparklines.
    See Also