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

CustomXmlPartCollection.Insert(Int32, XmlDocument) Method

Inserts the specified XML document to the specified position within the collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

ICustomXmlPart Insert(
    int index,
    XmlDocument document
)

Parameters

Name Type Description
index Int32

A zero-based integer that is the index of the position where an XML document shall be inserted.

document XmlDocument

A System.Xml.XmlDocument object that is the XML document to insert.

Returns

Type Description
ICustomXmlPart

A ICustomXmlPart object that is the new collection item.

See Also