ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / GetTextFormat Method
THe C1.Excel.XLFont object.

In This Topic
    GetTextFormat Method
    In This Topic
    Gets TextFormat object by C1.Excel.XLFont object.
    Syntax
    'Declaration
     
    Public Shared Function GetTextFormat( _
       ByVal xlf As XLFont _
    ) As GrapeCity.Documents.Text.TextFormat
    public static GrapeCity.Documents.Text.TextFormat GetTextFormat( 
       XLFont xlf
    )

    Parameters

    xlf
    THe C1.Excel.XLFont object.

    Return Value

    The TextFormat object.
    See Also