Spread WinForms 15
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)

Parameters

dateRange
The date range for the sparkline group.
See Also