The Cell type exposes the following members.

Properties

  NameDescription
Public propertyAppearance
Gets a cell appearance.
Public propertyColumn
Gets a Column.
Public propertyDataField
Gets a IDataField.
Public propertyEditable
Gets a value indicating whether this Cell is editable.
Public propertyEditor
Gets cell editor.
Public propertyFocused
Gets or sets a value indicating whether this Cell is focused.
Public propertyFormat
Gets or sets cell format.
Public propertyHighlightColor
Gets the current highlighting background color that is evaluated with time.
Public propertyHighlightForeColor
Gets the current highlighting foreground color that is evaluated with time.
Public propertyImage
Gets or sets cell image.
Public propertyNextEditableCell
Gets next editablce cell in the following order: from left to right, from top to bottom.
Public propertyOptimalHeight
Gets an optimal height of Cell required to display the content without the loss of information.
Public propertyOptimalWidth
Gets an optimal width of Cell required to display the content without the loss of information.
Public propertyPrevEditableCell
Gets previous editablce cell in the following order: from right to left, from bottom to top.
Public propertyRemainingHighlightTime
Gets remaining highlight time.
Public propertyRow
Gets a Row.
Public propertyText
Gets or sets a formatted text.
Public propertyTooltipMessage
Gets or sets tooltip message to display it when the cursor is over this cell.
Public propertyValue
Gets or sets value of a data object, held by Row.
Public propertyVirtualBounds
Gets virtual bounds of cell.
Public propertyVisibleBounds
Gets visible bounds of Cell.

See Also