[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.RichText.Clone

Clone Method

Clone()

Creates a new RichText object that is a copy of the current RichText instance.

Declaration
public RichText Clone()
Public Function Clone() As RichText
Returns
Type Description
RichText

A new RichText object that is a copy of the current RichText instance.

Implements