Back to Devexpress

UnboundSource.InsertAt(Int32) Method

corelibraries-devexpress-dot-data-dot-unboundsource-dot-insertat-x28-system-dot-int32-x29.md

latest1009 B
Original Source

UnboundSource.InsertAt(Int32) Method

Inserts a new row at the specified position.

Namespace : DevExpress.Data

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public void InsertAt(
    int position
)
vb
Public Sub InsertAt(
    position As Integer
)

Parameters

NameTypeDescription
positionInt32

The integer index of the new row.

|

See Also

UnboundSource Class

UnboundSource Members

DevExpress.Data Namespace