[]
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 | The data. |
CellRange | location | The location. |
SparklineType | type | The type. |
ExcelSparklineSetting | setting | The setting. |
bool | isColumn | if set to |
Type | Description |
---|---|
ExcelSparklineGroup |