Spread Windows Forms 15.0
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()
    public SheetView Clone()
    See Also