C1.Excel Assembly / C1.Excel Namespace / XLStyle Class / Clone Method

In This Topic
Clone Method (XLStyle)
In This Topic
Creates a new XLStyle object that is a copy of the current instance.
Syntax
'Declaration
 
Public Function Clone() As XLStyle
 

Return Value

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