Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingCacheable Interface / Clone Method


In This Topic
    Clone Method (IDrawingCacheable)
    In This Topic
    Clone this IDrawingCacheable to a new one.
    Syntax
    'Declaration
     
    
    Function Clone() As IDrawingCacheable
    'Usage
     
    
    Dim instance As IDrawingCacheable
    Dim value As IDrawingCacheable
     
    value = instance.Clone()
    See Also