Table of Contents

Interface IRichTextString

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IRichTextString : IExcelApplication, IOptimizedUpdate
Inherited Members

Properties

IsFormatted

bool IsFormatted { get; }

Property Value

bool

RtfText

string RtfText { get; }

Property Value

string

Text

string Text { get; set; }

Property Value

string

Methods

Append(string, IFont)

void Append(string text, IFont font)

Parameters

text string
font IFont

Clear()

void Clear()

ClearFormatting()

void ClearFormatting()

GetFont(int)

IFont GetFont(int index)

Parameters

index int

Returns

IFont

SetFont(int, int, IFont)

void SetFont(int iStartPos, int iEndPos, IFont font)

Parameters

iStartPos int
iEndPos int
font IFont