Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Core Namespace / ThemeFontScheme Class / Clone Method


In This Topic
    Clone Method (ThemeFontScheme)
    In This Topic
    Clones this to a new instance.
    Syntax
    'Declaration
     
    
    Public Function Clone() As ThemeFontScheme
    'Usage
     
    
    Dim instance As ThemeFontScheme
    Dim value As ThemeFontScheme
     
    value = instance.Clone()
    public ThemeFontScheme Clone()
    See Also