Spread WinForms 15
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()
See Also