Spread Windows Forms 17
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 Function Clone() As SheetCellRange
    'Usage
     
    
    Dim instance As SheetCellRange
    Dim value As SheetCellRange
     
    value = instance.Clone()
    public SheetCellRange Clone()
    See Also