Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / SparklineCommand Class / ModifyDataSparkline Method
The worksheet contains sparkline.
New data source for sparkline.


In This Topic
    ModifyDataSparkline Method
    In This Topic
    Creates a command that update data range for active sparkline.
    Syntax
    'Declaration
     
    
    Public Shared Function ModifyDataSparkline( _
       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.ModifyDataSparkline(worksheet, dataRange, locationRange)
    public static SparklineCommand ModifyDataSparkline( 
       IWorksheet worksheet,
       string dataRange,
       string locationRange
    )

    Parameters

    worksheet
    The worksheet contains sparkline.
    dataRange
    New data source for sparkline.
    locationRange
    See Also