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


In This Topic
    Clone Method (RowColumnCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Command
    'Usage
     
    
    Dim instance As RowColumnCommand
    Dim value As Command
     
    value = instance.Clone()
    public override Command Clone()
    See Also