DataLabels.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 a String value that represents the format code for the object.
public:
property System::String ^ NumberFormat { System::String ^ get(); void set(System::String ^ value); };
public string NumberFormat { get; set; }
member this.NumberFormat : string with get, set
Public Property NumberFormat As String
Property Value
String
Remarks
The format code is the same string as the Format Codes option in the Format Cells dialog box. The Format function uses different format code strings than do the NumberFormat and NumberFormatLocal properties.