'Declaration
Function ExcelAddSparkline( _ ByVal sheetIndex As Short, _ ByVal sparklineGroupIndex As Integer, _ ByVal formula As String, _ ByVal location 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)
bool ExcelAddSparkline( short sheetIndex, int sparklineGroupIndex, string formula, string location )
Parameters
- sheetIndex
- Index of the sheet.
- sparklineGroupIndex
- Index of the sparkline group.
- formula
- The formula.
- location
- The location.