Name | Description | |
---|---|---|
![]() | BeginEdit | Begins the editing of the cell. Returns true if after the call the cell is in edit mode. |
![]() | CancelEdit | Cancels the editing of the cell |
![]() | CanCopy | Overridden. Determines whether the this cell can copy its content on the clipboard. |
![]() | CanCut | Overridden. Determines whether the this cell can cut its content on the clipboard. |
![]() | CanPaste | Overridden. Determines whether the this cell can accept pasted content from the clipboard. |
![]() | CommitEdit | Commits the editing of the cell. |
![]() | Copy | Overridden. Copies the content of the specified data cell on the clipboard. |
![]() | Cut | Overridden. Cuts the content of the specified data cell on the clipboard. |
![]() | GetColumnFormat | Gets the column format associated with this |
![]() | GetValue | Overloaded. Gets the value of the cell. |
![]() | Paste | Overridden. Pastes the content from the clipboard inside the this cell. |
![]() | SetValue | Overloaded. Sets the value of the cell. |