UniqueValues.NumberFormat 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 the number format applied to a cell if the conditional formatting rule evaluates to True. Read/write.
public:
property System::Object ^ NumberFormat { System::Object ^ get(); void set(System::Object ^ value); };
public object NumberFormat { get; set; }
Public Property NumberFormat As Object
Property Value
Object
Remarks
The number format is specified using the same format codes displayed on the Number tab of the Format Cells dialog box. You can use a built-in number format, for example "General", or create a custom number format.