Spread Silverlight Documentation
Merge(StyleInfo) Method


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfo Class > Merge Method : Merge(StyleInfo) Method
The object whose style settings are merged with the current object.
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

Reference

StyleInfo Class
StyleInfo Members
Overload List