Spread for ASP.NET 12 Product Documentation
GetAppearance(Appearance) Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class > GetAppearance Method : GetAppearance(Appearance) Method
Appearance object to receive the appearance settings or null to create and return a new Appearance object
Gets the appearance settings for the StyleInfo object.
Syntax
'Declaration
 
Public Overloads Function GetAppearance( _
   ByVal appearance As Appearance _
) As Appearance
'Usage
 
Dim instance As StyleInfo
Dim appearance As Appearance
Dim value As Appearance
 
value = instance.GetAppearance(appearance)
public Appearance GetAppearance( 
   Appearance appearance
)

Parameters

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

Reference

StyleInfo Class
StyleInfo Members
Overload List