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


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class > GetAppearance Method : GetAppearance(Appearance,Boolean) Method
Appearance object to receive the appearance settings
Whether to force the replacing of all settings in the Appearance object with those from this StyleInfo object
Gets the appearance settings for the StyleInfo object, with the option to specify whether all settings are copied into the specified Appearance object.
Syntax
'Declaration
 
Public Overloads Function GetAppearance( _
   ByVal appearance As Appearance, _
   ByVal force As Boolean _
) As Appearance
'Usage
 
Dim instance As StyleInfo
Dim appearance As Appearance
Dim force As Boolean
Dim value As Appearance
 
value = instance.GetAppearance(appearance, force)
public Appearance GetAppearance( 
   Appearance appearance,
   bool force
)

Parameters

appearance
Appearance object to receive the appearance settings
force
Whether to force the replacing of all settings in the Appearance object with those from this StyleInfo object
See Also

Reference

StyleInfo Class
StyleInfo Members
Overload List