XlListDataType enumeration

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
xlListDataTypeNoneType not specified.
xlListDataTypeTextPlain text.
xlListDataTypeMultiLineTextPlain text with multiple lines.
xlListDataTypeNumberNumerical.
xlListDataTypeCurrencyCurrency.
xlListDataTypeDateTimeDate/time.
xlListDataTypeChoiceSingle-choice field.
xlListDataTypeChoiceMultiMultiple-choice field.
xlListDataTypeListLookupLookup list.
xlListDataTypeCheckboxCheck box.
xlListDataTypeHyperLinkHyperlink.
xlListDataTypeCounterCounter.
xlListDataTypeMultiLineRichTextRich text format with multiple lines.
Show: