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

CustomXmlPartCollection.RemoveAt(Int32) Method

Removes the custom XML part at the specified index from the collection.

Namespace: DevExpress.Spreadsheet

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

Declaration

void RemoveAt(
    int index
)

Parameters

Name Type Description
index Int32

An integer that is the index of the collection item that should be removed.

See Also