次の方法で共有


DataGridViewImageCell.DataGridViewImageCellAccessibleObject.Value プロパティ

定義

所有するセルの書式設定された値を表す文字列を取得します。

public:
 virtual property System::String ^ Value { System::String ^ get(); void set(System::String ^ value); };
public override string Value { get; set; }
public override string? Value { get; set; }
member this.Value : string with get, set
Public Overrides Property Value As String

プロパティ値

セル値の String 表現。

例外

Owner プロパティの値はnull

注釈

Value プロパティには、セル FormattedValue プロパティの値を表す文字列が含まれています。 DataGridViewImageCell.DataGridViewImageCellAccessibleObject型の場合、これは通常、FormattedValueType値の文字列表現です。

このプロパティを設定しても効果はありません。

適用対象

こちらもご覧ください