TimelineState.SetFilterDateRange(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.