Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineGroup Class / ModifyDateRange Method
The date range for the sparkline group.


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

Parameters

dateRange
The date range for the sparkline group.
See Also