Skip to main content
All docs
V19.2
.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.2.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