Skip to main content
A newer version of this page is available.
All docs
V19.1
Bar

Strings.Insert(Int32, String) Method

Inserts a string in the Strings collection at the specified position.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual void Insert(
    int index,
    string item
)

Parameters

Name Type Description
index Int32

The zero-based index at which a specifc string should be inserted.

item String

The string to insert.

See Also