Back to Devexpress

TableStyle.Name Property

officefileapi-devexpress-dot-spreadsheet-dot-tablestyle-c89db3b0.md

latest2.2 KB
Original Source

TableStyle.Name Property

Gets or sets the name of the table or pivot table style.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string Name { get; set; }
vb
Property Name As String

Property Value

TypeDescription
String

A string specifying the style name.

|

Remarks

When you add a custom table or pivot table style to the IWorkbook.TableStyles collection, you pass the new style name to the TableStyleCollection.Add method as parameter. If you duplicate an existing style using the TableStyle.Duplicate method, a new style name is automatically assigned based on the source style name. You can rename a custom style using the Name property. Note that built-in table and pivot table styles cannot be renamed. To check whether a table or pivot table style is built-in or custom, use the TableStyle.BuiltIn property.

Note

Table and pivot table styles have unique names in the collection. To ensure that there is no style under the specified name in the collection, use the TableStyleCollection.Contains method.

See Also

Spreadsheet Tables

TableStyle Interface

TableStyle Members

DevExpress.Spreadsheet Namespace