NamedRange::NumberFormatLocal Property
Gets or sets the format code for the NamedRange control in the language of the user.
Assembly: Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
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.
Show: