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 文字列表現です。

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

適用対象

こちらもご覧ください