Share via


XlListDataType 列挙型

定義

Microsoft Windows SharePoint Services サイトに接続されているリスト列のデータ型を指定します。

public enum class XlListDataType
public enum XlListDataType
Public Enum XlListDataType
継承
XlListDataType

フィールド

xlListDataTypeCheckbox 9

チェック ボックス

xlListDataTypeChoice 6

単一選択フィールド

xlListDataTypeChoiceMulti 7

複数選択フィールド

xlListDataTypeCounter 11

カウンター

xlListDataTypeCurrency 4

通貨

xlListDataTypeDateTime 5

日付/時刻

10

ハイパーリンク

xlListDataTypeListLookup 8

ルックアップ リスト

xlListDataTypeMultiLineRichText 12

複数行のリッチテキスト形式

xlListDataTypeMultiLineText 2

複数行の標準のテキスト形式

xlListDataTypeNone 0

種類は指定されません

xlListDataTypeNumber 3

数値

xlListDataTypeText 1

プレーンテキスト。

適用対象