Creates a new XLConditionalFormatting 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 XLConditionalFormatting Clone()
Visual Basic
Public Function Clone As XLConditionalFormatting

Return Value

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

See Also