Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / Cell Class / UnGroupSparkline Method / UnGroupSparkline(Cell) Method
The cell.
Example


In This Topic
    UnGroupSparkline(Cell) Method
    In This Topic
    Ungroups the group sparkline.
    Syntax
    'Declaration
     
    
    Public Overloads Sub UnGroupSparkline( _
       ByVal cell As Cell _
    ) 
    'Usage
     
    
    Dim instance As Cell
    Dim cell As Cell
     
    instance.UnGroupSparkline(cell)
    public void UnGroupSparkline( 
       Cell cell
    )

    Parameters

    cell
    The cell.
    Example
    This example creates sparklines.
    See Also