DataGridViewLinkColumn.Text 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 UseColumnTextForLinkValue 為 true
時,取得或設定資料行的儲存格中所顯示的連結文字。
public:
property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
public string Text { get; set; }
public string? Text { get; set; }
member this.Text : string with get, set
Public Property Text As String
屬性值
包含連結文字的 String。
例外狀況
當設定這個屬性時,CellTemplate 屬性的值為 null
。
備註
如果 屬性設定為 true
,則會 UseColumnTextForLinkValue 顯示文字。 否則,每個儲存格的連結文字都會填入 FormattedValue 每個儲存格的 屬性。
您可以將資料行 UseColumnTextForLinkValue 屬性設定為 之後,將儲存格 UseColumnTextForLinkValue 屬性 false
設定為 true
,以覆寫 Text 個別儲存格的屬性值。