Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

TableStyle.Duplicate(String) Method

Creates a copy of the table or pivot table style with the specified name.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

TableStyle Duplicate(
    string name
)

Parameters

Name Type Description
name String

A String value that specifies the name of the new style. This value is assigned to the TableStyle.Name property.

Returns

Type Description
TableStyle

A TableStyle object that is the copy of the current table or pivot table style.

See Also