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) Method

Inserts a new custom XML part at the specified position within the collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

ICustomXmlPart Insert(
    int index
)

Parameters

Name Type Description
index Int32

An integer specifying the zero-based index of the position where the new custom XML part shall be inserted.

Returns

Type Description
ICustomXmlPart

A ICustomXmlPart object that is the new custom XML part.

See Also