FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / SetAppearance Method
Appearance object from which to set appearance settings


In This Topic
SetAppearance Method (NamedStyle)
In This Topic
Sets the appearance settings of an Appearance object into this object.
Syntax
'Declaration
 
Public Sub SetAppearance( _
   ByVal appearance As Appearance _
) 
 
'Usage
 
Dim instance As NamedStyle
Dim appearance As Appearance
 
instance.SetAppearance(appearance)

Parameters

appearance
Appearance object from which to set appearance settings
See Also