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
 

Parameters

xlf
The C1.Excel.XLFont object.

Return Value

The TextFormat object.
See Also