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


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

    Parameters

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