[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Cell.GroupSparkline

GroupSparkline Method

GroupSparkline(int, int)

Groups the sparkline.

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

The row.

int column

The column.

GroupSparkline(CellRange)

Groups the sparkline.

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

The cell range.

GroupSparkline(Cell)

Groups the sparkline.

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

The cell.