Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public interface IRichTextString : IExcelApplication, 
	IOptimizedUpdate
Public Interface IRichTextString
	Inherits IExcelApplication, IOptimizedUpdate
public interface class IRichTextString : IExcelApplication, 
	IOptimizedUpdate
type IRichTextString =  
    interface
        interface IExcelApplication
        interface IOptimizedUpdate
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Append(String, IFont)
BeginUpdate()()()() (Inherited from IOptimizedUpdate.)
Clear()()()()
ClearFormatting()()()()
EndUpdate()()()() (Inherited from IOptimizedUpdate.)
GetFont(Int32)
IsFormatted
Parent (Inherited from IExcelApplication.)
RtfText
SetFont(Int32, Int32, IFont)
Text

See Also