Back to Devexpress

Style.Name Property

officefileapi-devexpress-dot-spreadsheet-dot-style.md

latest1.6 KB
Original Source

Style.Name Property

Gets the name of the cell style.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
String

A String value that specifies the style name.

|

Remarks

To create a new cell style with the specified name, use the StyleCollection.Add method of the workbook’s collection of cell styles.

See Also

How to: Apply a Style to a Cell or Range of Cells

How to: Create or Modify a Cell Style

Style Interface

Style Members

DevExpress.Spreadsheet Namespace