GrapeCity.Xaml.SpreadSheet.Data
Clone() Method


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

Return Value

The cloned TableStyle instance.
See Also

Reference

TableStyle Class
TableStyle Members