Back to Devexpress

OfficeCustomXmlPartCollection<T> Interface

officefileapi-devexpress-dot-office-dot-officecustomxmlpartcollection-1-ac77bda2.md

latest2.0 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Office.Core

Declaration

csharp
public interface OfficeCustomXmlPartCollection<T> :
    ISimpleCollection<T>,
    IEnumerable<T>,
    IEnumerable,
    ICollection
vb
Public Interface OfficeCustomXmlPartCollection(Of T)
    Inherits ISimpleCollection(Of T),
             IEnumerable(Of T),
             IEnumerable,
             ICollection

Type Parameters

NameDescription
T

An object that exposes the ICustomXmlPart interface and specifies a document’s custom XML part.

|

Remarks

The OfficeCustomXmlPartCollection interface is the base interface for the following collections:

InterfaceDescriptionAccessed from
DevExpress.Spreadsheet.CustomXmlPartCollectionA workbook’s collection of custom XML parts.Workbook.CustomXmlParts
IWorkbook.CustomXmlParts
DevExpress.XtraRichEdit.API.Native.CustomXmlPartCollectionA document’s collection of custom XML parts.Document.CustomXmlParts

See Also

OfficeCustomXmlPartCollection<T> Members

DevExpress.Office Namespace