[]
Adds the sparkline.
public ExcelSparklineGroup AddSparkline(SheetCellRange data, CellRange location, SparklineType type, ExcelSparklineSetting setting)
Public Function AddSparkline(data As SheetCellRange, location As CellRange, type As SparklineType, setting As ExcelSparklineSetting) As ExcelSparklineGroup
| Type | Name | Description |
|---|---|---|
| SheetCellRange | data | The data. |
| CellRange | location | The location. |
| SparklineType | type | The type. |
| ExcelSparklineSetting | setting | The setting. |
| Type | Description |
|---|---|
| ExcelSparklineGroup |
Adds the sparkline.
public ExcelSparklineGroup AddSparkline(SheetCellRange[] data, CellRange[] location, SparklineType type, ExcelSparklineSetting setting)
Public Function AddSparkline(data As SheetCellRange(), location As CellRange(), type As SparklineType, setting As ExcelSparklineSetting) As ExcelSparklineGroup
| Type | Name | Description |
|---|---|---|
| SheetCellRange[] | data | The data. |
| CellRange[] | location | The location. |
| SparklineType | type | The type. |
| ExcelSparklineSetting | setting | The setting. |
| Type | Description |
|---|---|
| ExcelSparklineGroup |
Adds the sparkline.
public ExcelSparklineGroup AddSparkline(string dataRef, string locationRef, SparklineType type, ExcelSparklineSetting setting)
Public Function AddSparkline(dataRef As String, locationRef As String, type As SparklineType, setting As ExcelSparklineSetting) As ExcelSparklineGroup
| Type | Name | Description |
|---|---|---|
| string | dataRef | The data reference. |
| string | locationRef | The location reference. |
| SparklineType | type | The type. |
| ExcelSparklineSetting | setting | The setting. |
| Type | Description |
|---|---|
| ExcelSparklineGroup |