XmlMap.AppendOnImport Property
True if you want to append new rows to XML lists that are bound to the specified schema map when you are importing new data or refreshing an existing connection. False if you want to overwrite the contents of cells. 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 AppendOnImport As Boolean
Get
Set
'Usage
Dim instance As XmlMap
Dim value As Boolean
value = instance.AppendOnImport
instance.AppendOnImport = value
bool AppendOnImport { 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.