Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / Clone Method


In This Topic
Clone Method (ShapeActionsCommand)
In This Topic
Clones this command object.
Syntax
'Declaration
 
Public Overrides NotOverridable Function Clone() As Command
 
'Usage
 
Dim instance As ShapeActionsCommand
Dim value As Command
 
value = instance.Clone()

Return Value

The cloned command object.
See Also