'Declaration Public Property SparklineGroups As System.Collections.Generic.List(Of IExcelSparklineGroup)
'Usage Dim instance As ExcelWorksheet Dim value As System.Collections.Generic.List(Of IExcelSparklineGroup) instance.SparklineGroups = value value = instance.SparklineGroups
public System.Collections.Generic.List<IExcelSparklineGroup> SparklineGroups {get; set;}