NColumnCell Class Members
In This Topic
The following tables list the members exposed by NColumnCell.
Public Fields
Public Properties
| Name | Description |
 | OwnerColumn | Gets the column for which this cell was created. |
 | RowIndex | Gets the index of the row inside the data source. |
Top
Public Methods
| Name | Description |
 | 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. |
 | Copy | Overridden. Copies the content of the specified cell on the clipboard. |
 | Cut | Overridden. Cuts the content of the specified cell on the clipboard. |
 | GetColumnFormat | Gets the column format associated with this cell |
 | GetValue | Overloaded. Gets the value of the cell. |
 | Paste | Overridden. Pastes the content from the clipboard inside the this cell. |
Top
See Also