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 。
設定這個屬性不會有影響。