您要查找的是不是:
- The cell value is truncated in the cell display. 单元格值在单元格显示中被截断。
- Will try to commit the invalid cell value. 会试图提交该无效的单元格值。
- The first box contains the text, Cell Value Is. 第一个框中包含的是文本“单元格数值”。
- Gets or sets the underlying value corresponding to a cell value of false. 获取或设置与false的单元格值对应的基础值。
- Occurs when a cell leaves edit mode if the cell value has been modified. 在单元格值已修改的情况下,当单元格退出编辑模式时发生。
- Handling this event is useful for post-validation processing of the cell value. 在对单元格值进行验证后处理时,处理此事件非常有用。
- This value indicates that the cell value could not be converted to a string. 该值表示未能将单元格值转换为字符串。
- The Set Target Cell values do not converge. 目标单元格中的数值不收敛。
- Used by the control to retrieve a cell value from the data cache for display. 由控件用来从数据缓存检索单元格值以进行显示。
- The preferred row height is the minimum height required to display the largest cell value in that row. 首选行高是在该行显示最大单元格值时所需的最小高度。
- Converts an empty cell value to a specified nonempty cell value, which can be either a number or string. 将空单元值转换为指定的非空单元值,该值可以是数字或字符串。
- You can modify the cell style properties to specify style information appropriate to the cell value and location. 可以修改单元格样式属性,以指定适合单元格值和位置的样式信息。
- Coalesces an empty cell value to a number or string and returns the coalesced value. 将空单元值合并成数字或字符串并返回合并后的值。
- Linear Creates a series that is calculated by adding the value in the Step value box to each cell value in turn. 单击“等差序列”,获得对每个单元格值依次添加“步长值”框中的值而计算出的序列。
- In edit mode, the user can change the cell value and press ENTER to commit the change or ESC to revert the cell to its original value. 在编辑模式中,用户可以更改单元格的值,并可按Enter键提交更改,或按Esc键将单元格恢复为其原始值。
- Refreshes the value of the current cell with the underlying cell value when the cell is in edit mode, discarding any previous value. 当前单元格在处于编辑模式时,用基础单元格的值刷新当前单元格的值会丢弃以前的任何值。
- The DataGridViewCellFormattingEventArgs passed to the handler has a Value property that initially contains the cell value. 传递给该处理程序的DataGridViewCellFormattingEventArgs有一个Value属性,其中最初包含单元格的值。
- If none of the specified numeric expressions can be resolved to a nonempty value, the function returns the empty cell value. 如果指定的所有数值表达式都不能被解析为非空值,则此函数返回空单元值。
- If none of the specified string expressions can be resolved to a nonempty value, the function returns the empty cell value. 如果指定的所有字符串表达式都不能被解析为非空值,则此函数返回空单元值。
- Implement a handler for the CellValuePushed event that stores an edited cell value in the Customer object representing the edited row. 为CellValuePushed事件实现一个处理程序,将编辑后的单元格值存储在代表已编辑的行的Customer对象中。