FormatCondition.DateOperator Property
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.
Specifies the XlTimePeriods Date operator used in the format condition. Read/write.
public:
property Microsoft::Office::Interop::Excel::XlTimePeriods DateOperator { Microsoft::Office::Interop::Excel::XlTimePeriods get(); void set(Microsoft::Office::Interop::Excel::XlTimePeriods value); };
public Microsoft.Office.Interop.Excel.XlTimePeriods DateOperator { get; set; }
Public Property DateOperator As XlTimePeriods