In This Topic
Creates a new
RichText object that is a copy of the current
RichText instance.
Syntax
'Declaration
Public Function Clone() As RichText
'Usage
Dim instance As RichText
Dim value As RichText
value = instance.Clone()
Return Value
A new
RichText object that is a copy of the current
RichText instance.
See Also