Spread for ASP.NET 12 Product Documentation
GroupSparkline(Int32,Int32) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class > GroupSparkline Method : GroupSparkline(Int32,Int32) Method
The row.
The column.
Groups the sparkline.
Syntax
'Declaration
 
Public Overloads Sub GroupSparkline( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
'Usage
 
Dim instance As Cell
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

Reference

Cell Class
Cell Members
Overload List