[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StyleInfo.Compose

Compose Method

Compose(StyleInfo)

Composes style settings using the current style settings and those of a specified object.

Declaration
public virtual void Compose(StyleInfo source)
Public Overridable Sub Compose(source As StyleInfo)
Parameters
Type Name Description
StyleInfo source

StyleInfo object

Compose(StyleInfo, bool)

Composes style settings using the current style settings and those of a specified object with an option to overwrite the current style settings.

Declaration
public virtual void Compose(StyleInfo source, bool force)
Public Overridable Sub Compose(source As StyleInfo, force As Boolean)
Parameters
Type Name Description
StyleInfo source

Source StyleInfo object from which to get style settings

bool force

Whether to overwrite the current settings with the settings from the source object