FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / CopyTo Method
The target object


In This Topic
CopyTo Method (NamedStyle)
In This Topic
Copy info to the target object.
Syntax
'Declaration
 
Public Overrides Sub CopyTo( _
   ByVal o As BaseStyleInfo _
) 
 
'Usage
 
Dim instance As NamedStyle
Dim o As BaseStyleInfo
 
instance.CopyTo(o)

Parameters

o
The target object
See Also