如何:隱藏Windows Form DataGridView 控制項中的資料行

如何:隱藏Windows Form DataGridView 控制項中的資料行

瀏覽:510
日期:2025-11-14
若要以程式設計方式隱藏欄位. 將DataGridViewColumn.Visible 屬性設定為false。 若要隱藏在資料繫結(Data Binding) 期間自動產生的CustomerID 資料行,請將下列 ......看更多