[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontCollection.SetItem

SetItem Method

SetItem(int, Font)

Replaces the element at the specified index.

Declaration
protected override void SetItem(int index, Font item)
Parameters
Type Name Description
int index
Font item
Overrides