Share via


SparklineGroup.ModifyDateRange Method

Sets the date range for the sparkline group.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Sub ModifyDateRange ( _
    DateRange As String _
)
'Usage
Dim instance As SparklineGroup
Dim DateRange As String

instance.ModifyDateRange(DateRange)
void ModifyDateRange(
    string DateRange
)

Parameters

  • DateRange
    Type: System.String

    The date range for the sparkline group.

See Also

Reference

SparklineGroup Interface

SparklineGroup Members

Microsoft.Office.Interop.Excel Namespace