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