Table of Contents

Class RTFStringArray

Namespace
Spire.Xls.Core.Spreadsheet
Assembly
Spire.XLS.dll
public class RTFStringArray : XlsObject, IRichTextString, IExcelApplication, IOptimizedUpdate, IDisposable
Inheritance
RTFStringArray
Implements
Inherited Members

Properties

IsFormatted

public bool IsFormatted { get; }

Property Value

bool

RtfText

public string RtfText { get; }

Property Value

string

Text

public string Text { get; set; }

Property Value

string

Methods

Append(string, IFont)

public void Append(string text, IFont font)

Parameters

text string
font IFont

BeginUpdate()

public void BeginUpdate()

Clear()

public void Clear()

ClearFormatting()

public void ClearFormatting()

EndUpdate()

public void EndUpdate()

GetFont(int)

public IFont GetFont(int iPosition)

Parameters

iPosition int

Returns

IFont

SetFont(int, int, IFont)

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

Parameters

iStartPos int
iEndPos int
font IFont