Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfoCollection Class / Item Property / Item(String) Property
The font primary name.

In This Topic
    Item(String) Property
    In This Topic
    Gets a font by its primary name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As FontInfo
    public FontInfo Item( 
       System.string name
    ) {get;}

    Parameters

    name
    The font primary name.

    Property Value

    The font with the specified primary name.
    See Also