'Declaration
Function ExcelGetSparklineGroups( _ ByVal sheetIndex As Short, _ ByRef group As CT_SparklineGroups _ ) As Boolean
'Usage
Dim instance As IExcelXml3 Dim sheetIndex As Short Dim group As CT_SparklineGroups Dim value As Boolean value = instance.ExcelGetSparklineGroups(sheetIndex, group)
bool ExcelGetSparklineGroups( short sheetIndex, out CT_SparklineGroups group )
Parameters
- sheetIndex
- Index of the sheet.
- group
- The group.