DataGridViewImageCell.DataGridViewImageCellAccessibleObject.Value プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
所有するセルの書式設定された値を表す文字列を取得します。
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値の文字列表現です。
このプロパティを設定しても効果はありません。