FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / GetAppearance Method
Appearance object to receive the appearance settings, or null to create and return a new Appearance object


In This Topic
GetAppearance Method (NamedStyle)
In This Topic
Gets the appearance settings for the specified object.
Syntax
'Declaration
 
Public Function GetAppearance( _
   ByVal appearance As Appearance _
) As Appearance
 
'Usage
 
Dim instance As NamedStyle
Dim appearance As Appearance
Dim value As Appearance
 
value = instance.GetAppearance(appearance)

Parameters

appearance
Appearance object to receive the appearance settings, or null to create and return a new Appearance object
See Also