Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / Clone Method


In This Topic
    Clone Method (SparklineStorage)
    In This Topic
    Clones this instance.
    Syntax
    'Declaration
     
    
    Public Function Clone() As CellMatrix(Of T)
    'Usage
     
    
    Dim instance As SparklineStorage
    Dim value As CellMatrix(Of T)
     
    value = instance.Clone()
    public CellMatrix<T> Clone()
    See Also