Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / RichText Class / Clone Method


In This Topic
    Clone Method (RichText)
    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()
    public RichText Clone()

    Return Value

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