OfficeCustomXmlPartCollection<T> Interface
A base interface for a workbook’s or text document’s collection of custom XML parts.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v24.2.Core.dll
NuGet Package: DevExpress.Office.Core
#Declaration
public interface OfficeCustomXmlPartCollection<T> :
ISimpleCollection<T>,
IEnumerable<T>,
IEnumerable,
ICollection
#Type Parameters
Name | Description |
---|---|
T | An object that exposes the ICustom |
#Remarks
The OfficeCustomXmlPartCollection interface is the base interface for the following collections:
Interface | Description | Accessed from |
---|---|---|
DevExpress. |
A workbook’s collection of custom XML parts. | Workbook. IWorkbook. |
DevExpress. |
A document’s collection of custom XML parts. | Document. |