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


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