[]
        
(Showing Draft Content)

FarPoint.Web.Spread.DefaultStyleCollection.Compose

Compose Method

Compose(object, StyleInfo)

Composes a style using the default styles and a specified StyleInfo object.

Declaration
public StyleInfo Compose(object o, StyleInfo destInfo)
Public Function Compose(o As Object, destInfo As StyleInfo) As StyleInfo
Parameters
Type Name Description
object o

Style (NamedStyle object, StyleInfo object, or string name)

StyleInfo destInfo

Destination for the composed StyleInfo object, or
creates a new StyleInfo object if null

Returns
Type Description
StyleInfo