Skip to main content
A newer version of this page is available. .
Row

CustomXmlPartCollection Interface

A collection of arbitrary XML data (custom XML parts) embedded in the workbook.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public interface CustomXmlPartCollection :
    ISimpleCollection<ICustomXmlPart>,
    IEnumerable<ICustomXmlPart>,
    IEnumerable,
    ICollection

The following members return CustomXmlPartCollection objects:

Remarks

A collection contains custom XML parts which are the objects that exposes the ICustomXmlPart interface. The CustomXmlPartCollection collection is accessible using the IWorkbook.CustomXmlParts property.

See Also