Style.NumberFormatLocal Property
Returns or sets the format code for the object as a string in the language of the user.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property NumberFormatLocal As String
Get
Set
'Usage
Dim instance As Style
Dim value As String
value = instance.NumberFormatLocal
instance.NumberFormatLocal = value
string NumberFormatLocal { get; set; }
Property Value
Type: System.String
Remarks
The Format function uses different format code strings than do the NumberFormat and NumberFormatLocal properties.