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

CustomXmlPartCollection.Add() Method

Adds a new item to the custom XML parts collection.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.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