Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / ModifySparklineGroup Method
The worksheet contains sparkline group.
New data source for sparkline.
New location that sparkline will be display.


In This Topic
    ModifySparklineGroup Method
    In This Topic
    Creates a command that update data range and/or location range for active sparkline group.
    Syntax
    'Declaration
     
    
    Public Shared Function ModifySparklineGroup( _
       ByVal worksheet As IWorksheet, _
       ByVal dataRange As String, _
       ByVal locationRange As String _
    ) As SparklineCommand
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim dataRange As String
    Dim locationRange As String
    Dim value As SparklineCommand
     
    value = SparklineCommand.ModifySparklineGroup(worksheet, dataRange, locationRange)
    public static SparklineCommand ModifySparklineGroup( 
       IWorksheet worksheet,
       string dataRange,
       string locationRange
    )

    Parameters

    worksheet
    The worksheet contains sparkline group.
    dataRange
    New data source for sparkline.
    locationRange
    New location that sparkline will be display.
    See Also