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 void SetFont(
	int startIndex,
	int endIndex,
	IFont font
)
Public Sub SetFont ( 
	startIndex As Integer,
	endIndex As Integer,
	font As IFont
)
public:
virtual void SetFont(
	int startIndex, 
	int endIndex, 
	IFont^ font
) sealed
abstract SetFont : 
        startIndex : int * 
        endIndex : int * 
        font : IFont -> unit 
override SetFont : 
        startIndex : int * 
        endIndex : int * 
        font : IFont -> unit 

Parameters

startIndex
Int32
endIndex
Int32
font
IFont

Implements

IRichTextString..::..SetFont(Int32, Int32, IFont)

See Also