Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / Modify Method
The string value that represents the location of the sparkline group.
The range that represents the source data for the sparkline group.


In This Topic
    Modify Method (ISparklineGroup)
    In This Topic
    Modifies the location and the source data for the sparkline group.
    Syntax
    'Declaration
     
    
    Sub Modify( _
       ByVal location As String, _
       ByVal sourceData As String _
    ) 
    'Usage
     
    
    Dim instance As ISparklineGroup
    Dim location As String
    Dim sourceData As String
     
    instance.Modify(location, sourceData)
    void Modify( 
       string location,
       string sourceData
    )

    Parameters

    location
    The string value that represents the location of the sparkline group.
    sourceData
    The range that represents the source data for the sparkline group.
    See Also