Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / Merge Method / Merge(StyleInfo,Boolean) Method
The object whose style settings are merged with the current object.
If set to true, overwrites the current settings with the settings from the merged object.


In This Topic
    Merge(StyleInfo,Boolean) Method
    In This Topic
    Merges the style settings with the current object with the option to overwrite settings in the current object.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Merge( _
       ByVal source As StyleInfo, _
       ByVal force As Boolean _
    ) 
    'Usage
     
    Dim instance As StyleInfo
    Dim source As StyleInfo
    Dim force As Boolean
     
    instance.Merge(source, force)
    public virtual void Merge( 
       StyleInfo source,
       bool force
    )

    Parameters

    source
    The object whose style settings are merged with the current object.
    force
    If set to true, overwrites the current settings with the settings from the merged object.
    See Also