Xceed Grid for WinForms v4.3 Documentation
Clone Method (StyleSheet)


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > StyleSheet Class : Clone Method
Creates a clone of the StyleSheet.
Syntax
'Declaration
 
Public Function Clone() As Object
'Usage
 
Dim instance As StyleSheet
Dim value As Object
 
value = instance.Clone()
public object Clone()

Return Value

An object representing the clone of the StyleSheet.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StyleSheet Class
StyleSheet Members