TimelineState.SetFilterDateRange(Object, Object) Method

Definition

Sets the Timeline’s filter.

public:
 Microsoft::Office::Interop::Excel::XlFilterStatus SetFilterDateRange(System::Object ^ StartDate, System::Object ^ EndDate);
public Microsoft.Office.Interop.Excel.XlFilterStatus SetFilterDateRange (object StartDate, object EndDate);
Public Function SetFilterDateRange (StartDate As Object, EndDate As Object) As XlFilterStatus

Parameters

StartDate
Object

The start of the filtering date range.

EndDate
Object

The end of the filtering date range.

Returns

Applies to