[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CalculatorButtonStyle.Clone

Clone Method

Clone()

The Clone method creates a new CalculatorButtonStyle object and initializes it with the contents of this CalculatorButtonStyle object.

Declaration
public object Clone()
Public Function Clone() As Object
Returns
Type Description
object

A shallow copy of the CalculatorButtonStyle object.

Implements