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


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 CellFooter
    Dim cellRange As CellRange
     
    instance.GroupSparkline(cellRange)
    public void GroupSparkline( 
       CellRange cellRange
    )

    Parameters

    cellRange
    The cell range.
    See Also