GrapeCity.Xaml.SpreadSheet.Data
Clone Method (StyleInfo)


GrapeCity.Xaml.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 Object
'Usage
 
Dim instance As StyleInfo
Dim value As Object
 
value = instance.Clone()
public virtual object Clone()

Return Value

A cloned StyleInfo object.
See Also

Reference

StyleInfo Class
StyleInfo Members