Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TableStyle Class / Clone() Method


In This Topic
    Clone() Method
    In This Topic
    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