ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfFontCollection Class / GetFontByNumber Method
The font number.

In This Topic
    GetFontByNumber Method
    In This Topic
    Gets the RTF font at the specified number within the font collection.
    Syntax
    'Declaration
     
    Public Function GetFontByNumber( _
       ByVal number As System.Integer _
    ) As RtfFont
    public RtfFont GetFontByNumber( 
       System.int number
    )

    Parameters

    number
    The font number.

    Return Value

    The RTF font if found, otherwise null.
    See Also