[]
        
(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)
Parameters
Type Name Description
int index
Font item
Overrides