Namespace: Spire.Xls.Core.Spreadsheet
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 index
)
Public Function GetFont ( 
	index As Integer
) As IFont
public:
virtual IFont^ GetFont(
	int index
) sealed
abstract GetFont : 
        index : int -> IFont 
override GetFont : 
        index : int -> IFont 

Parameters

index
Int32

Return Value

IFont

Implements

IRichTextString..::..GetFont(Int32)

See Also