EFullNameFormatStyle Enumeration |
First name first or last?
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntaxpublic enum EFullNameFormatStyle
Public Enumeration EFullNameFormatStyle
Dim instance As EFullNameFormatStyle
public enum class EFullNameFormatStyle
Members
| Member name | Value | Description |
---|
| enUsePreferences | 0 | |
| enFirstNameLastName | 1 | Formatted as Firstname Lastname |
| enLastNameFirstName | 2 | Formatted as Lastname, Firstname |
See Also