[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Cell.UnGroupSparkline

UnGroupSparkline Method

UnGroupSparkline(int, int)

Ungroups the sparkline at the specified location if it is in the same group with the current cell.

Declaration
public void UnGroupSparkline(int row, int column)
Public Sub UnGroupSparkline(row As Integer, column As Integer)
Parameters
Type Name Description
int row

The row.

int column

The column.

UnGroupSparkline(CellRange)

Ungroups the group sparkline.

Declaration
public void UnGroupSparkline(CellRange cellRange)
Public Sub UnGroupSparkline(cellRange As CellRange)
Parameters
Type Name Description
CellRange cellRange

The cell range.

UnGroupSparkline(Cell)

Ungroups the group sparkline.

Declaration
public void UnGroupSparkline(Cell cell)
Public Sub UnGroupSparkline(cell As Cell)
Parameters
Type Name Description
Cell cell

The cell.