Spread Silverlight Documentation
Clone() Method


GrapeCity.Windows.SpreadSheet.Data Namespace > TableStyle Class : Clone() Method
Clones the table style.
Syntax
'Declaration
 
Public Function Clone() As System.Object
'Usage
 
Dim instance As TableStyle
Dim value As System.Object
 
value = instance.Clone()
public System.object Clone()

Return Value

The cloned TableStyle instance.
See Also

Reference

TableStyle Class
TableStyle Members