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
RtfText
public string RtfText { get; }
Property Value
Text
public string Text { get; set; }
Property Value
Methods
Append(string, IFont)
public void Append(string text, IFont font)
Parameters
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
SetFont(int, int, IFont)
public void SetFont(int iStartPos, int iEndPos, IFont font)