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


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

    Return Value

    A CompatibleFeatures value represents the cloned compatibleFeatures.
    See Also