DisplayFormat.NumberFormatLocal Property
Gets a value that represents the format code of the associated Range as a string in the language of the user as it is displayed in the current user interface.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property NumberFormatLocal As Object
Get
'Usage
Dim instance As DisplayFormat
Dim value As Object
value = instance.NumberFormatLocal
Object NumberFormatLocal { get; }
Property Value
Type: System.Object
The format code of the associated Range as a string in the language of the user as it is displayed in the current user interface.
Remarks
Read-only.