SparklineGroup.DateRange Property

Definition

Gets or sets the date range for the sparkline group.

public:
 property System::String ^ DateRange { System::String ^ get(); void set(System::String ^ value); };
public string DateRange { get; set; }
Public Property DateRange As String

Property Value

The date range for the sparkline group.

Remarks

Raed/write.

To clear the date range set this property to an empty string.

The date range must be a continuous one dimensional range.

The date range can be located on a different sheet than the Location and SourceData properties.

Empty cells and non-date values in the date range are not displayed.

Applies to