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)
Syntax
'Declaration
Public Enumeration XlListDataType
'Usage
Dim instance As XlListDataType
public enum XlListDataType
Members
Member name | Description | |
---|---|---|
xlListDataTypeNone | Type not specified. | |
xlListDataTypeText | Plain text. | |
xlListDataTypeMultiLineText | Plain text with multiple lines. | |
xlListDataTypeNumber | Numerical. | |
xlListDataTypeCurrency | Currency. | |
xlListDataTypeDateTime | Date/time. | |
xlListDataTypeChoice | Single-choice field. | |
xlListDataTypeChoiceMulti | Multiple-choice field. | |
xlListDataTypeListLookup | Lookup list. | |
xlListDataTypeCheckbox | Check box. | |
xlListDataTypeHyperLink | Hyperlink. | |
xlListDataTypeCounter | Counter. | |
xlListDataTypeMultiLineRichText | Rich text format with multiple lines. |