[]
        
(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)
Protected Overrides Sub SetItem(index As Integer, item As Font)
Parameters
Type Name Description
int index
Font item
Overrides