次の方法で共有


ListObject.Comment プロパティ

定義

リスト オブジェクトに関連付けられた列を返すか設定します。 読み取り/書き込みが可能な String です。

public:
 property System::String ^ Comment { System::String ^ get(); void set(System::String ^ value); };
public string Comment { get; set; }
Public Property Comment As String

プロパティ値

String

注釈

コメントの長さは、半角で 255 文字までの文字列です。

適用対象