Spread Silverlight Documentation
Clone Method (StyleInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfo Class : Clone Method
Creates a new object that is a copy of the current instance (with the same style settings).
Syntax
'Declaration
 
Public Overridable Function Clone() As System.Object
'Usage
 
Dim instance As StyleInfo
Dim value As System.Object
 
value = instance.Clone()
public virtual System.object Clone()

Return Value

A cloned StyleInfo object.
See Also

Reference

StyleInfo Class
StyleInfo Members