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

Parameters

startPos
Int32
endPos
Int32
font
IFont

Implements

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

See Also