[]
        
(Showing Draft Content)

FarPoint.Web.Spread.NamedStyleCollection.Compose

Compose Method

Compose(object, StyleInfo)

Composes a style, using the current style and a specified NamedStyle 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 destInfo

Destination for the composed StyleInfo object or creates a new StyleInfo object if Null

Returns
Type Description
StyleInfo