[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StyleInfo.GetAppearance

GetAppearance Method

GetAppearance(Appearance)

Gets the appearance settings for the StyleInfo object.

Declaration
public Appearance GetAppearance(Appearance appearance)
Public Function GetAppearance(appearance As Appearance) As Appearance
Parameters
Type Name Description
Appearance appearance

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

Returns
Type Description
Appearance

GetAppearance(Appearance, bool)

Gets the appearance settings for the StyleInfo object, with the option to specify whether all settings are copied into the specified Appearance object.

Declaration
public Appearance GetAppearance(Appearance appearance, bool force)
Public Function GetAppearance(appearance As Appearance, force As Boolean) As Appearance
Parameters
Type Name Description
Appearance appearance

Appearance object to receive the appearance settings

bool force

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

Returns
Type Description
Appearance