Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public IFont GetFont(
	int position
)
Public Function GetFont ( 
	position As Integer
) As IFont
public:
virtual IFont^ GetFont(
	int position
) sealed
abstract GetFont : 
        position : int -> IFont 
override GetFont : 
        position : int -> IFont 

Parameters

position
Int32

Return Value

IFont

Implements

IRichTextString..::..GetFont(Int32)

See Also