Skip to main content
A newer version of this page is available.
All docs
V18.2
Row

CustomXmlPartCollection.Add() Method

Adds a new item to the custom XML parts collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

ICustomXmlPart Add()

Returns

Type Description
ICustomXmlPart

A ICustomXmlPart object that is the newly created collection item.

Remarks

The Add method adds an empty custom XML part to the collection. To populate a custom XML part with data, use properties and methods of the XmlDocument object accessible using the ICustomXmlPart.CustomXmlPartDocument property.

See Also