IBreadcrumbItems.Insert

Syntax

Insert(Index: Integer): IBreadcrumbItem;

Parameters

Index is an index of the position in which new element is inserted. Indexation of elements begins with 0.

Description

The Insert method inserts new element in the specified position. Position index is passed by Index parameter.

See also:

IBreadcrumbItems