Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml3 Interface / ExcelAddSparkline Method
Index of the sheet.
Index of the sparkline group.
The formula.
The location.


In This Topic
ExcelAddSparkline Method
In This Topic
Excels the add sparkline.
Syntax
'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)

Parameters

sheetIndex
Index of the sheet.
sparklineGroupIndex
Index of the sparkline group.
formula
The formula.
location
The location.
See Also