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 。
設定此屬性沒有任何作用。