Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellFooter Class / GroupSparkline Method / GroupSparkline(Int32,Int32) Method
The row.
The column.


In This Topic
    GroupSparkline(Int32,Int32) Method
    In This Topic
    Groups the sparkline.
    Syntax
    'Declaration
     
    
    Public Overloads Sub GroupSparkline( _
       ByVal row As Integer, _
       ByVal column As Integer _
    ) 
    'Usage
     
    
    Dim instance As CellFooter
    Dim row As Integer
    Dim column As Integer
     
    instance.GroupSparkline(row, column)
    public void GroupSparkline( 
       int row,
       int column
    )

    Parameters

    row
    The row.
    column
    The column.
    See Also