Back to Devexpress

Characters.Hyphen Field

officefileapi-devexpress-dot-office-dot-characters-c78108aa.md

latest908 B
Original Source

Characters.Hyphen Field

Returns a hyphen symbol.

Namespace : DevExpress.Office

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

NuGet Package : DevExpress.Office.Core

Declaration

csharp
public const char Hyphen = '\u001f'
vb
Public Const Hyphen As Char = ChrW(31)

Field Value

TypeDescription
Char

A hyphen symbol.

|

See Also

Characters Class

Characters Members

DevExpress.Office Namespace