Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineGroup Class / AddSparkline Method / AddSparkline(Int32,Int32,String,Boolean,Boolean) Method
An integer value indicates the row index.
An integer value indicates the column index.
The formula indicates data range of the sparkline.
true if the sparkline is added to the associated worksheet; otherwise, false.


In This Topic
    AddSparkline(Int32,Int32,String,Boolean,Boolean) Method
    In This Topic
    Adds the sparkline.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddSparkline( _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal formula As String, _
       ByVal syncWorksheet As Boolean, _
       Optional ByVal isA1Reference 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 row,
       int column,
       string formula,
       bool syncWorksheet,
       bool isA1Reference
    )

    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