次の方法で共有


ListDataFormat.MaxCharacters プロパティ

定義

プロパティが xlListDataTypeText または xlListDataTypeMultiLineText に設定されている場合Type、オブジェクトでListColumn許可される最大文字数を含む整数型 (Integer) を返しますType プロパティがテキスト以外の値に設定されている列の場合は、-1 を返します。 読み取り専用の Integer です。

public:
 property int MaxCharacters { int get(); };
public int MaxCharacters { get; }
Public ReadOnly Property MaxCharacters As Integer

プロパティ値

注釈

このプロパティは、SharePoint サイトにリンクしているリストにのみ使用できます。

Microsoft Excel では、オブジェクトに関連付 ListDataFormat けられているプロパティを設定することはできません。 ただし、SharePoint サイトのリストを変更することにより、これらのプロパティを設定できます。

適用対象