[]
Adds the sparkline.
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
Type | Name | Description |
---|---|---|
SheetCellRange | data | Data |
CellRange | location | Location of sparkline |
SparklineType | type | Type of sparkline |
ExcelSparklineSetting | setting | Setting |
bool | isColumn | If set to |
Type | Description |
---|---|
ExcelSparklineGroup |