NamedRange::NumberFormatLocal Property

 

Gets or sets the format code for the NamedRange control in the language of the user.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

property Object^ NumberFormatLocal {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

The format code for the NamedRange control in the language of the user.

The Format function uses different format code strings than do the NumberFormat and NumberFormatLocal properties.

The following code example uses the NumberFormat property to format a date string in a NamedRange. The example also uses the NumberFormatLocal property to display the date format in the language of the user.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: