[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SheetView.AddSquareSparkline

AddSquareSparkline Method

AddSquareSparkline(SheetCellRange, CellRange, SparklineType, ExcelSparklineSetting, bool)

Adds the sparkline.

Declaration
public ExcelSparklineGroup AddSquareSparkline(SheetCellRange data, CellRange location, SparklineType type, ExcelSparklineSetting setting, bool isColumn)
Public Function AddSquareSparkline(data As SheetCellRange, location As CellRange, type As SparklineType, setting As ExcelSparklineSetting, isColumn As Boolean) As ExcelSparklineGroup
Parameters
Type Name Description
SheetCellRange data

Data

CellRange location

Location of sparkline

SparklineType type

Type of sparkline

ExcelSparklineSetting setting

Setting

bool isColumn

If set to true [is column]

Returns
Type Description
ExcelSparklineGroup