Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / GroupSparkline Method / GroupSparkline(Cell) Method
The cell.


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

    Parameters

    cell
    The cell.
    See Also