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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public class RangeRichTextString : RichTextString, 
	IDisposable
Public Class RangeRichTextString
	Inherits RichTextString
	Implements IDisposable
public ref class RangeRichTextString : public RichTextString, 
	IDisposable
type RangeRichTextString =  
    class
        inherit RichTextString
        interface IDisposable
    end

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AddFont(IFont) (Inherited from RichTextString.)
Append(String, IFont) (Inherited from RichTextString.)
BeginCallsCount (Inherited from CommonWrapper.)
BeginUpdate()()()() (Inherited from CommonWrapper.)
Clear()()()() (Inherited from RichTextString.)
ClearFormatting()()()() (Inherited from RichTextString.)
Clone(Object) (Inherited from CommonWrapper.)
DefaultFont
Dispose()()()()
Releases all resources used by the RangeRichTextString
EndUpdate()()()() (Inherited from CommonWrapper.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetFont(Int32) (Inherited from RichTextString.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Index
IsFormatted (Inherited from RichTextString.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Parent (Inherited from RichTextString.)
RtfText Obsolete. (Inherited from RichTextString.)
SetFont(Int32, Int32, IFont) (Inherited from RichTextString.)
SetRichTextFont(Int32, Int32, IFont) (Inherited from RichTextString.)
Text (Inherited from RichTextString.)
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Spire.Xls.Core.Spreadsheet..::..CommonWrapper
    Spire.Xls.Core.Spreadsheet..::..RichTextString
      Spire.Xls.Core.Spreadsheet..::..RangeRichTextString

See Also