[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontCollection.InsertItem

InsertItem Method

InsertItem(int, Font)

Inserts an element into the FontCollection at the specified index.

Declaration
protected override void InsertItem(int index, Font item)
Protected Overrides Sub InsertItem(index As Integer, item As Font)
Parameters
Type Name Description
int index
Font item
Overrides