Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IntervalBitmap Class / Clone() Method


In This Topic
    Clone() Method
    In This Topic
    Clones the specified range of the IntervalBitmap.
    Syntax
    'Declaration
     
    
    Public Function Clone() As IntervalBitmap
    'Usage
     
    
    Dim instance As IntervalBitmap
    Dim value As IntervalBitmap
     
    value = instance.Clone()
    public IntervalBitmap Clone()
    See Also