Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyle Class / Duplicate Method
The name of new duplicated table style.


In This Topic
    Duplicate Method (TableStyle)
    In This Topic
    Duplicates this table style with the specified name.
    Syntax
    'Declaration
     
    
    Public Function Duplicate( _
       ByVal name As String _
    ) As TableStyle
    'Usage
     
    
    Dim instance As TableStyle
    Dim name As String
    Dim value As TableStyle
     
    value = instance.Duplicate(name)
    public TableStyle Duplicate( 
       string name
    )

    Parameters

    name
    The name of new duplicated table style.

    Return Value

    A TableStyle value represents the duplicated table style.
    See Also