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