Version

Add Method (SparklineCollection)

Adds a new SparklineGroup with no sparklines
Syntax
'Declaration
 
Public Function Add( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal dataRegion As String, _
   Optional ByVal cellReferenceMode As Nullable(Of CellReferenceMode) _
) As Sparkline

Parameters

row
The zero-based row of the sparkline cell.
column
The zero-based column of the sparkline cell.
dataRegion
A string describing the data region.
cellReferenceMode
An optional Infragistics.Documents.Excel.CellReferenceMode to use to parse the dataRegion. If null it defaults to the workbook's mode.

Return Value

The added sparkine
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also