Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Cell Class / UnGroupSparkline Method / UnGroupSparkline(Cell) Method
The cell.


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.
    See Also