Spread Silverlight Documentation
Merge(StyleInfo,Boolean) Method


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.
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 System.Boolean _
) 
'Usage
 
Dim instance As StyleInfo
Dim source As StyleInfo
Dim force As System.Boolean
 
instance.Merge(source, force)
public virtual void Merge( 
   StyleInfo source,
   System.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

Reference

StyleInfo Class
StyleInfo Members
Overload List