Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / Merge Method / Merge(StyleInfo) Method
The object whose style settings are merged with the current object.


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

    Parameters

    source
    The object whose style settings are merged with the current object.
    See Also