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


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

    Parameters

    cellRange
    The cell range.
    See Also