Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / IFontCollection Interface / Insert Method

In This Topic
    Insert Method (IFontCollection)
    In This Topic
    Syntax
    'Declaration
     
    Sub Insert( _
       ByVal index As System.Integer, _
       ByVal item As Font _
    ) 
    void Insert( 
       System.int index,
       Font item
    )

    Parameters

    index
    item
    See Also