Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing.Effects Namespace / InnerShadowEffect Class / Clone Method


In This Topic
    Clone Method (InnerShadowEffect)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Effect
    'Usage
     
    
    Dim instance As InnerShadowEffect
    Dim value As Effect
     
    value = instance.Clone()
    public override Effect Clone()
    See Also