Share via


XmlMap.SaveDataSourceDefinition Property

True if the data source definition of the specified XML schema map is saved with the workbook. The default value is True. Read/write Boolean.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property SaveDataSourceDefinition As Boolean
    Get
    Set
'Usage
Dim instance As XmlMap
Dim value As Boolean

value = instance.SaveDataSourceDefinition

instance.SaveDataSourceDefinition = value
bool SaveDataSourceDefinition { 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.

See Also

Reference

XmlMap Interface

XmlMap Members

Microsoft.Office.Interop.Excel Namespace