[]
        
(Showing Draft Content)

FarPoint.Web.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

The data.

CellRange location

The location.

SparklineType type

The type.

ExcelSparklineSetting setting

The setting.

bool isColumn

if set to true [is column].

Returns
Type Description
ExcelSparklineGroup