[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FormattingBagList-1.Insert

Insert Method

Insert(int)

Inserts a new item to the list.

Declaration
protected T Insert(int index)
Protected Function Insert(index As Integer) As T
Parameters
Type Name Description
int index

The item index.

Returns
Type Description
T

The inserted item.

Insert(int, Guid)

Inserts a new item to the list.

Declaration
protected T Insert(int index, Guid guid)
Protected Function Insert(index As Integer, guid As Guid) As T
Parameters
Type Name Description
int index

The item index.

Guid guid

The item GUID.

Returns
Type Description
T

The inserted item.