Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / AddSparklineGroup Method
The worksheet contains sparklines.
The new type of sparklines.
Data source for sparkline added.
Location that sparkline will be display.


In This Topic
    AddSparklineGroup Method (SparklineCommand)
    In This Topic
    Creates a command that add new sparkline to specified worksheet location.
    Syntax
    'Declaration
     
    
    Public Shared Function AddSparklineGroup( _
       ByVal worksheet As IWorksheet, _
       ByVal type As SparkType, _
       ByVal dataRange As String, _
       ByVal locationRange As String _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim type As SparkType
    Dim dataRange As String
    Dim locationRange As String
    Dim value As SparklineCommand
     
    value = SparklineCommand.AddSparklineGroup(worksheet, type, dataRange, locationRange)

    Parameters

    worksheet
    The worksheet contains sparklines.
    type
    The new type of sparklines.
    dataRange
    Data source for sparkline added.
    locationRange
    Location that sparkline will be display.
    See Also