Share via


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

儲存格值的 String 表示。

例外狀況

Owner 屬性的值是 null

備註

屬性 Value 包含字串,表示儲存格 FormattedValue 屬性的值。 DataGridViewImageCell.DataGridViewImageCellAccessibleObject針對型別,這通常是值的字串表示 FormattedValueType

設定此屬性沒有任何作用。

適用於

另請參閱