Back to Devexpress

PresentationCollectionBase<T>.RemoveAt(Int32) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentationcollectionbase-1-dot-removeat-x28-system-dot-int32-x29.md

latest1.3 KB
Original Source

PresentationCollectionBase<T>.RemoveAt(Int32) Method

Removes the item at the specified index in the collection.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public void RemoveAt(
    int index
)
vb
Public Sub RemoveAt(
    index As Integer
)

Parameters

NameTypeDescription
indexInt32

The zero-based index of the item to remove from the collection.

|

See Also

PresentationCollectionBase<T> Class

PresentationCollectionBase<T> Members

DevExpress.Docs.Presentation Namespace