XmlMap.PreserveNumberFormatting Property
True if number formatting on cells mapped to the specified XML schema map will be preserved when the schema map is refreshed. The default value is False. Read/write Boolean.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property PreserveNumberFormatting As Boolean
Get
Set
'Usage
Dim instance As XmlMap
Dim value As Boolean
value = instance.PreserveNumberFormatting
instance.PreserveNumberFormatting = value
bool PreserveNumberFormatting { get; set; }
Property Value
Type: System.Boolean
Remarks
XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.