_Workbook.CustomXMLParts Property

Returns a. CustomXMLParts collection that represents the custom XML in the XML data store. Read-only.

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

Syntax

'Declaration
ReadOnly Property CustomXMLParts As CustomXMLParts
    Get
'Usage
Dim instance As _Workbook
Dim value As CustomXMLParts

value = instance.CustomXMLParts
CustomXMLParts CustomXMLParts { get; }

Property Value

Type: Microsoft.Office.Core.CustomXMLParts
CustomXMLParts

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace