XlListDataType Enum

Definition

Specifies the data type of a list column connected to a Microsoft Windows SharePoint Services site.

public enum class XlListDataType
public enum XlListDataType
Public Enum XlListDataType
Inheritance
XlListDataType

Fields

xlListDataTypeCheckbox 9

Check box.

xlListDataTypeChoice 6

Single-choice field.

xlListDataTypeChoiceMulti 7

Multiple-choice field.

xlListDataTypeCounter 11

Counter.

xlListDataTypeCurrency 4

Currency.

xlListDataTypeDateTime 5

Date/time.

10

Hyperlink.

xlListDataTypeListLookup 8

Lookup list.

xlListDataTypeMultiLineRichText 12

Rich text format with multiple lines.

xlListDataTypeMultiLineText 2

Plain text with multiple lines.

xlListDataTypeNone 0

Type not specified.

xlListDataTypeNumber 3

Numerical.

xlListDataTypeText 1

Plain text.

Applies to