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

Inserts new content at the specified position within the collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

ICustomXmlPart Insert(
    int index,
    string content
)

Parameters

Name Type Description
index Int32

A zero-based integer that is the index of the collection item to which the content should be added.

content String

A string value that is the content to add.

Returns

Type Description
ICustomXmlPart

A ICustomXmlPart object that is the new custom XML part containing the specified content.

See Also