Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / DateRange Property


In This Topic
DateRange Property (ISparklineGroup)
In This Topic
Gets or sets the date range for the sparkline group.
Syntax
'Declaration
 
Property DateRange As String
 
'Usage
 
Dim instance As ISparklineGroup
Dim value As String
 
instance.DateRange = value
 
value = instance.DateRange
See Also