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


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 Cell
    Dim cell As Cell
     
    instance.GroupSparkline(cell)
    public void GroupSparkline( 
       Cell cell
    )

    Parameters

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