Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Color Structure / Clone Method


In This Topic
    Clone Method (Color)
    In This Topic
    Clones this instance.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Color
    'Usage
     
    
    Dim instance As Color
    Dim value As Color
     
    value = instance.Clone()
    public Color Clone()

    Return Value

    ColorData.
    See Also