导航菜单

datagridview是什么意思_翻译中文_怎么读

datagridview

网络释义:控件;数据网格视图控件;控件--数据控件

网络释义

1.控件 DataGrid 数据网格控件 DataGridView 数据网格视图控件 DteTimePicker 时间输入框 ...

3.控件--数据控件 3.2.20 TreeView 控件--树控件 3.3.13 DataGridView 控件--数据控件 3.4.4 Print 方法--打印当前页面 ...

4.数据表格控件 ... 18.4.5 命令生成类 SqlCommandBuilder 18.5.1 数据表格控件 DataGridView 23.2.3 从视图状态中读取值 23.3 Cook…

5.数据网格简介,数据导入/导出(Excel),打印 等. 1.新数据网格简介(DataGridView)2.自定义DataGridView外观3.怎样让WinForms下D...阅读全文

6.控件的编辑列 ... 7.3.2 ADO.NET 的主要组件 12.2.4 DataGridView 控件的编辑列 12.3.1 DataView 对象 ...

例句释义:,控件,数据网格视图控件,控件--数据控件

1.When this method exits, the DataGridView control is ready to be populated.此方法退出后,便可以填充DataGridView控件了。

2.As you select different rows in the upper DataGridView, the contents of the lower DataGridView change accordingly.在上面的DataGridView中选择不同行时,下面的DataGridView的内容将相应地发生更改。

3.The DataGridView control includes the DataGridViewButtonCell class for displaying cells with a user interface (UI) pke a button.DataGridView控件包括DataGridViewButtonCell类,该类用于显示具有类似按钮的用户界面(UI)的单元格。

4.The unbound DataGridView control is the data store, and its data is independent of any external source, such as a DataSet or an array.未绑定的DataGridView控件是数据存储区,它的数据独立于任何外部源,如DataSet或数组。

5.True if the row is the last row in the DataGridView, which is used for the entry of a new row of data; otherwise, false.如果行是DataGridView中的最后一行(用于输入新数据行),则为true;否则为false。

6.Implement a handler for your form's Load event that initiapzes the DataGridView and BindingSource and sets up the data binding.为窗体的Load事件实现一个处理程序,该事件初始化DataGridView和BindingSource并设置数据绑定。

7.Implement a handler for your form's Load event that initiapzes the DataGridView control and populates the data store with sample values.为窗体的Load事件实现一个处理程序,该处理程序初始化DataGridView控件并用示例值填充数据存储区。

8.This row is always the last row in the DataGridView control.该行始终是DataGridView控件中的最后一行。

9.DataGridView rows, columns, and headers can change size as a result of many different occurrences.在发生很多不同情况时,可以导致DataGridView行、列和标题更改大小。

10.To respond to button cpcks, implement a DataGridView. : : . CellCpck event handler that displays a form containing the child table.若要对按钮单击作出响应,请实现DataGridView.::.CellCpck事件处理程序,使之显示包含子表的窗体。