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


In This Topic
Clone Method (SheetView)
In This Topic
Creates a copy of the sheet.
Syntax
'Declaration
 
Public Function Clone() As SheetView
 
'Usage
 
Dim instance As SheetView
Dim value As SheetView
 
value = instance.Clone()
See Also