Skip to main content
All docs
V19.2
Bar

Strings.Insert(Int32, String) Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.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