| AdjustCellBorderStyle(DataGridViewAdvancedBorderStyle, DataGridViewAdvancedBorderStyle, Boolean, Boolean, Boolean, Boolean) | 根据指定条件修改输入单元格的边框样式。(继承自 DataGridViewCell) | 
        	
	| BorderWidths(DataGridViewAdvancedBorderStyle) | 返回一个 Rectangle,它表示所有单元格的边距宽度。(继承自 DataGridViewCell) | 
        	
	| ClickUnsharesRow(DataGridViewCellEventArgs) | 指示在单击单元格时,是否对单元格所在的行取消共享。(继承自 DataGridViewCell) | 
        	
	| Clone() | 创建此单元格的精确副本。 | 
        	
	| ContentClickUnsharesRow(DataGridViewCellEventArgs) | 指示在单击单元格的内容时,是否对该单元格所在的行取消共享。(继承自 DataGridViewCell) | 
        	
	| ContentDoubleClickUnsharesRow(DataGridViewCellEventArgs) | 指示在双击单元格的内容时,是否对该单元格所在的行取消共享。(继承自 DataGridViewCell) | 
        	
	| CreateAccessibilityInstance() | 为 DataGridViewCell 创建一个新的可访问对象。(继承自 DataGridViewCell) | 
        	
	| DetachEditingControl() | 从 DataGridView 中删除单元格的编辑控件。(继承自 DataGridViewCell) | 
        	
	| Dispose() | 释放由 DataGridViewCell 使用的所有资源。(继承自 DataGridViewCell) | 
        	
	| Dispose(Boolean) | 释放由 DataGridViewHeaderCell 占用的非托管资源,还可以另外再释放托管资源。 | 
        	
	| DoubleClickUnsharesRow(DataGridViewCellEventArgs) | 指示在双击单元格时,是否对该单元格所在的行取消共享。(继承自 DataGridViewCell) | 
        	
	| EnterUnsharesRow(Int32, Boolean) | 指示在焦点移到某单元格时,是否对相应父行取消共享。(继承自 DataGridViewCell) | 
        	
	| Equals(Object) | 确定指定对象是否等于当前对象。(继承自 Object) | 
        	
	| GetClipboardContent(Int32, Boolean, Boolean, Boolean, Boolean, String) | 检索要复制到 Clipboard 的单元格的已设置格式的值。(继承自 DataGridViewCell) | 
        	
	| GetContentBounds(Graphics, DataGridViewCellStyle, Int32) | 返回围绕单元格内容区域的边框,该区域是使用指定的 Graphics 和单元格样式计算的。(继承自 DataGridViewCell) | 
        	
	| GetContentBounds(Int32) | 使用默认的 Graphics 和单元格当前应用的单元格样式,返回围绕单元格内容区域的边框。(继承自 DataGridViewCell) | 
        	
	| GetEditedFormattedValue(Int32, DataGridViewDataErrorContexts) | 返回该单元格的当前格式化值,而不考虑该单元格是否处于编辑模式,也无论是否尚未提交此值。(继承自 DataGridViewCell) | 
        	
	| GetErrorIconBounds(Graphics, DataGridViewCellStyle, Int32) | 如果显示了单元格的错误图标,则返回环绕该图标的边框。(继承自 DataGridViewCell) | 
        	
	| GetErrorText(Int32) | 返回表示单元格错误的字符串。(继承自 DataGridViewCell) | 
        	
	| GetFormattedValue(Object, Int32, DataGridViewCellStyle, TypeConverter, TypeConverter, DataGridViewDataErrorContexts) | 获取为显示进行格式化的单元格的值。(继承自 DataGridViewCell) | 
        	
	| GetHashCode() | 作为默认哈希函数。(继承自 Object) | 
        	
	| GetInheritedContextMenuStrip(Int32) | 获取标头单元格的快捷菜单。 | 
        	
	| GetInheritedState(Int32) | 返回一个值,它指示单元格的当前状态为从它的行或列状态继承的状态。 | 
        	
	| GetInheritedStyle(DataGridViewCellStyle, Int32, Boolean) | 获取应用于单元格的样式。(继承自 DataGridViewCell) | 
        	
	| GetPreferredSize(Graphics, DataGridViewCellStyle, Int32, Size) | 计算单元格的首选大小(以像素为单位)。(继承自 DataGridViewCell) | 
        	
	| GetSize(Int32) | 获取单元格的大小。 | 
        	
	| GetType() | 获取当前实例的 Type。(继承自 Object) | 
        	
	| GetValue(Int32) | 获取单元格的值。 | 
        	
	| InitializeEditingControl(Int32, Object, DataGridViewCellStyle) | 初始化用于编辑单元格的控件。(继承自 DataGridViewCell) | 
        	
	| KeyDownUnsharesRow(KeyEventArgs, Int32) | 指示在焦点位于单元格上,同时用户按任意键时,是否对父行取消共享。(继承自 DataGridViewCell) | 
        	
	| KeyEntersEditMode(KeyEventArgs) | 确定是否应基于给定键启动编辑模式。(继承自 DataGridViewCell) | 
        	
	| KeyPressUnsharesRow(KeyPressEventArgs, Int32) | 指示在焦点位于该行的单元格上并同时按任意键时,是否取消行的共享。(继承自 DataGridViewCell) | 
        	
	| KeyUpUnsharesRow(KeyEventArgs, Int32) | 指示当焦点位于单元格上,同时用户释放某个键时,是否对父行取消共享。(继承自 DataGridViewCell) | 
        	
	| LeaveUnsharesRow(Int32, Boolean) | 指示在焦点离开某行的单元格时,是否对该行取消共享。(继承自 DataGridViewCell) | 
        	
	| MemberwiseClone() | 创建当前 Object 的浅表副本。(继承自 Object) | 
        	
	| MouseClickUnsharesRow(DataGridViewCellMouseEventArgs) | 指示在鼠标指针位于某行的单元格上,同时用户单击鼠标按钮时,是否应对该行取消共享。(继承自 DataGridViewCell) | 
        	
	| MouseDoubleClickUnsharesRow(DataGridViewCellMouseEventArgs) | 指示当用户双击行中的单元格时,是否将对该行取消共享。(继承自 DataGridViewCell) | 
        	
	| MouseDownUnsharesRow(DataGridViewCellMouseEventArgs) | 指示当鼠标指针位于行中某个单元格上并按下鼠标按钮时,该行是否取消共享状态。 | 
        	
	| MouseEnterUnsharesRow(Int32) | 指示当鼠标指针移过行中某个单元格上时,该行是否取消共享状态。 | 
        	
	| MouseLeaveUnsharesRow(Int32) | 指示当鼠标指针离开某行时,该行是否取消共享状态。 | 
        	
	| MouseMoveUnsharesRow(DataGridViewCellMouseEventArgs) | 指示当鼠标指针移过行中某个单元格上时,该行是否取消共享状态。(继承自 DataGridViewCell) | 
        	
	| MouseUpUnsharesRow(DataGridViewCellMouseEventArgs) | 指示当鼠标指针位于行中某个单元格上并释放鼠标按钮时,该行是否取消共享状态。 | 
        	
	| OnClick(DataGridViewCellEventArgs) | 在单击单元格时进行调用。(继承自 DataGridViewCell) | 
        	
	| OnContentClick(DataGridViewCellEventArgs) | 在单击单元格的内容时进行调用。(继承自 DataGridViewCell) | 
        	
	| OnContentDoubleClick(DataGridViewCellEventArgs) | 在双击单元格的内容时进行调用。(继承自 DataGridViewCell) | 
        	
	| OnDataGridViewChanged() | 在单元格的 DataGridView 属性更改时调用。(继承自 DataGridViewCell) | 
        	
	| OnDoubleClick(DataGridViewCellEventArgs) | 在双击单元格时进行调用。(继承自 DataGridViewCell) | 
        	
	| OnEnter(Int32, Boolean) | 在焦点移动到单元格时进行调用。(继承自 DataGridViewCell) | 
        	
	| OnKeyDown(KeyEventArgs, Int32) | 在焦点位于单元格上并同时按下字符键时进行调用。(继承自 DataGridViewCell) | 
        	
	| OnKeyPress(KeyPressEventArgs, Int32) | 在焦点位于单元格上并同时按任意键时进行调用。(继承自 DataGridViewCell) | 
        	
	| OnKeyUp(KeyEventArgs, Int32) | 在焦点位于单元格上并同时释放字符键时进行调用。(继承自 DataGridViewCell) | 
        	
	| OnLeave(Int32, Boolean) | 当焦点从单元格上移开时调用。(继承自 DataGridViewCell) | 
        	
	| OnMouseClick(DataGridViewCellMouseEventArgs) | 在指针位于单元格上且用户同时单击鼠标按钮时进行调用。(继承自 DataGridViewCell) | 
        	
	| OnMouseDoubleClick(DataGridViewCellMouseEventArgs) | 在指针位于单元格上,同时用户双击鼠标按钮时进行调用。(继承自 DataGridViewCell) | 
        	
	| OnMouseDown(DataGridViewCellMouseEventArgs) | 当指针在单元格上并按住鼠标按钮时调用。 | 
        	
	| OnMouseEnter(Int32) | 当鼠标指针进入单元格时调用。 | 
        	
	| OnMouseLeave(Int32) | 在鼠标指针离开单元格时调用。 | 
        	
	| OnMouseMove(DataGridViewCellMouseEventArgs) | 当鼠标指针在单元格内移动时调用。(继承自 DataGridViewCell) | 
        	
	| OnMouseUp(DataGridViewCellMouseEventArgs) | 当指针移到单元格上并释放鼠标按钮时调用。 | 
        	
	| Paint(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates,
 Object, Object, String, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle,
 DataGridViewPaintParts) | 绘制当前的 DataGridViewHeaderCell。 | 
        	
	| PaintBorder(Graphics, Rectangle, Rectangle, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle) | 绘制当前 DataGridViewCell 的边框。(继承自 DataGridViewCell) | 
        	
	| PaintErrorIcon(Graphics, Rectangle, Rectangle, String) | 绘制当前 DataGridViewCell 的错误图标。(继承自 DataGridViewCell) | 
        	
	| ParseFormattedValue(Object, DataGridViewCellStyle, TypeConverter, TypeConverter) | 将为便于显示而进行了格式设置的值转换为实际的单元格值。(继承自 DataGridViewCell) | 
        	
	| PositionEditingControl(Boolean, Boolean, Rectangle, Rectangle, DataGridViewCellStyle, Boolean, Boolean, Boolean, Boolean) | 设置由 DataGridView 控件中的单元格承载的编辑控件的位置和大小。(继承自 DataGridViewCell) | 
        	
	| PositionEditingPanel(Rectangle, Rectangle, DataGridViewCellStyle, Boolean, Boolean, Boolean, Boolean) | 设置单元格承载的编辑面板的位置和大小,并返回编辑面板内编辑控件的正常界限。(继承自 DataGridViewCell) | 
        	
	| RaiseCellClick(DataGridViewCellEventArgs) | 引发 CellClick 事件。(继承自 DataGridViewElement) | 
        	
	| RaiseCellContentClick(DataGridViewCellEventArgs) | 引发 CellContentClick 事件。(继承自 DataGridViewElement) | 
        	
	| RaiseCellContentDoubleClick(DataGridViewCellEventArgs) | 引发 CellContentDoubleClick 事件。(继承自 DataGridViewElement) | 
        	
	| RaiseCellValueChanged(DataGridViewCellEventArgs) | 引发 CellValueChanged 事件。(继承自 DataGridViewElement) | 
        	
	| RaiseDataError(DataGridViewDataErrorEventArgs) | 引发 DataError 事件。(继承自 DataGridViewElement) | 
        	
	| RaiseMouseWheel(MouseEventArgs) | 引发 MouseWheel 事件。(继承自 DataGridViewElement) | 
        	
	| SetValue(Int32, Object) | 设置单元格的值。(继承自 DataGridViewCell) | 
        	
	| ToString() | 返回描述当前对象的字符串。 |