次の方法で共有


_ColumnFormat.FieldFormat プロパティ

定義

オブジェクトが関連付けられているプロパティの表示形式を表す Integer (C#では int ) 値を ColumnFormat 設定または返します。 読み取り/書き込みが可能です。

public:
 property int FieldFormat { int get(); void set(int value); };
public int FieldFormat { get; set; }
Public Property FieldFormat As Integer

プロパティ値

注釈

このプロパティの値は列挙型の定数であり、列挙型は ColumnFormat オブジェクトの プロパティのFieldType値に依存します。

FieldType の値FieldFormat の列挙
olCurrency OlFormatCurrency
olFormatDateTime OlFormatDateTime
olDuration OlFormatDuration
olInteger OlFormatInteger
olKeywords OlFormatKeywords
olNumber OlFormatNumber
olPercent OlFormatPercent
olText OlFormatText
olYesNo OlFormatYesNo
olEnumeration OlFormatEnumeration
olSmartFrom OlFormatSmartFrom

フィールドの種類がこの表に含まれていない場合、このプロパティの値は無視されます。

適用対象