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

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

Return Value

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