AddSparkline(Int32,Int32,String,Boolean,Boolean) Method
In This Topic
Adds the sparkline.
Syntax
'Declaration
Public Overloads Sub AddSparkline( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As String, _
ByVal As Boolean, _
Optional ByVal As Boolean _
)
'Usage
Dim instance As SparklineGroup
Dim row As Integer
Dim column As Integer
Dim formula As String
Dim syncWorksheet As Boolean
Dim isA1Reference As Boolean
instance.AddSparkline(row, column, formula, syncWorksheet, isA1Reference)
public void AddSparkline(
int ,
int column,
string ,
bool ,
bool
)
Parameters
- row
- An integer value indicates the row index.
- column
- An integer value indicates the column index.
- formula
- The formula indicates data range of the sparkline.
- syncWorksheet
true
if the sparkline is added to the associated worksheet; otherwise, false
.- isA1Reference
See Also