Excels the add sparkline.
'Declaration
Function ExcelAddSparkline( _
ByVal As Short, _
ByVal As Integer, _
ByVal As String, _
ByVal As String _
) As Boolean
'Usage
Dim instance As IExcelXml3
Dim sheetIndex As Short
Dim sparklineGroupIndex As Integer
Dim formula As String
Dim location As String
Dim value As Boolean
value = instance.ExcelAddSparkline(sheetIndex, sparklineGroupIndex, formula, location)
Parameters
- sheetIndex
- Index of the sheet.
- sparklineGroupIndex
- Index of the sparkline group.
- formula
- The formula.
- location
- The location.