Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CustomXmlPartCollection Interface

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

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

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