Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CompatibleFeatures Class / CopyFrom Method


In This Topic
    CopyFrom Method (CompatibleFeatures)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub CopyFrom( _
       ByVal other As CompatibleFeatures _
    ) 
    'Usage
     
    
    Dim instance As CompatibleFeatures
    Dim other As CompatibleFeatures
     
    instance.CopyFrom(other)
    public void CopyFrom( 
       CompatibleFeatures other
    )

    Parameters

    other
    See Also