Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SheetCellRange Class / Clone Method


In This Topic
Clone Method (SheetCellRange)
In This Topic
Clones this instance.
Syntax
'Declaration
 
Public Shadows Function Clone() As SheetCellRange
 
'Usage
 
Dim instance As SheetCellRange
Dim value As SheetCellRange
 
value = instance.Clone()
See Also