Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / ModifyDateRange Method
The date range for the sparkline group.


In This Topic
    ModifyDateRange Method (ISparklineGroup)
    In This Topic
    Modifies the date range for the sparkline group.
    Syntax
    'Declaration
     
    
    Sub ModifyDateRange( _
       ByVal dateRange As String _
    ) 
    'Usage
     
    
    Dim instance As ISparklineGroup
    Dim dateRange As String
     
    instance.ModifyDateRange(dateRange)
    void ModifyDateRange( 
       string dateRange
    )

    Parameters

    dateRange
    The date range for the sparkline group.
    See Also