Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfoCollection Class / Item Property / Item(Int32) Property
The font index in the collection.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets a font by its index in this collection.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As FontInfo
    public FontInfo Item( 
       System.int index
    ) {get;}

    Parameters

    index
    The font index in the collection.

    Property Value

    The font with the specified index in the collection.
    See Also