[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultStyleCollection.Compose

Compose Method

Compose(object, StyleInfo)

Composes a style using the default styles and a specified StyleInfo object. Some styles can be ignored when composing by setting excludeInfo and excludeNs Style properties with excludeNs are ignored if they are set to excludeInfo

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

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