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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class > UnGroupSparkline Method : UnGroupSparkline(Int32,Int32) Method
The row.
The column.
Ungroups the sparkline at the specified location if it is in the same group with the current cell.
Syntax
'Declaration
 
Public Overloads Sub UnGroupSparkline( _
   ByVal row As Integer, _
   ByVal column As Integer _
) 
'Usage
 
Dim instance As Cell
Dim row As Integer
Dim column As Integer
 
instance.UnGroupSparkline(row, column)
public void UnGroupSparkline( 
   int row,
   int column
)

Parameters

row
The row.
column
The column.
See Also

Reference

Cell Class
Cell Members
Overload List