AboveAverage.AboveBelow 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.
Returns or sets one of the constants of the XlAboveBelow enumeration, specifying if the conditional formatting rule looks for cell values above or below the range average or standard deviation.
public:
property Microsoft::Office::Interop::Excel::XlAboveBelow AboveBelow { Microsoft::Office::Interop::Excel::XlAboveBelow get(); void set(Microsoft::Office::Interop::Excel::XlAboveBelow value); };
public Microsoft.Office.Interop.Excel.XlAboveBelow AboveBelow { get; set; }
Public Property AboveBelow As XlAboveBelow