Creates a new XLStyle object that is a copy of the current instance.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLStyle Clone()
Visual Basic
Public Function Clone As XLStyle

Return Value

A new XLStyle object that is a copy of the current instance.

See Also