| Name | Description |
| Bottom | Gets the distance, in pixels, between the bottom edge of the cell and the top edge of its parent Section. |
| Bounds | Gets or sets the size and location of the cell, in pixels, relative to the parent Section including its CellStyle.Border and CellStyle.Padding. |
| CellIndex | Gets or sets the index of the Cell. |
| Container | (Inherited from System.ComponentModel.Component) |
| ContentBounds | Gets the rectangle boundary that encloses the cell's content area. |
| ContextMenuStrip | Gets or sets the shortcut menu associated with the cell. |
| DataField | Gets or sets the name of the data source field to which the Cell is bound. |
| Displayed | Gets or sets a value that indicates whether the cell is displayed on-screen. |
| DisplayText | Gets the text that is displayed in the Cell. |
| EditedFormattedValue | Gets the formatted value of the cell, regardless of whether the cell is in edit mode or if the value has not been committed. |
| EditType | Gets the type of the cell's hosted editing control. |
| Enabled | Gets or sets a value that indicates whether the cell is enabled. |
| ErrorIcon | Gets or sets the glyph describing an error condition associated with the cell. |
| ErrorIconAlignment | Gets or sets the alignment of the ErrorIcon on the cell. |
| ErrorIconBounds | Gets the boundary of the error icon for the cell. |
| ErrorText | Gets or sets the text describing an error condition associated with the cell. |
| FormattedValue | Gets the value which is the formatted representation of Value. |
| FormattedValueType | Gets the type of the FormattedValue associated with the cell. |
| Frozen | Gets a value that indicates whether the Cell is frozen. |
| GcMultiRow | Gets the GcMultiRow control associated with this cell. |
| HasStyle | Gets a value that indicates whether the Style property has been set. |
| Height | Gets the height of the cell. |
| InheritedState | Gets the inherited state of the cell that has taken the state of its parent Section into account. |
| InheritedStyle | Gets the style currently applied to the cell. |
| IsCollapsed | Gets a value that indicates whether the Cell has been hidden by the Collapse method. |
| IsDataBound | Gets a value that indicates whether this Cell has been bound to a data source. |
| IsInEditMode | Gets a value that indicates whether this cell is currently being edited. |
| Left | Gets the distance, in pixels, between the left edge of the cell and the left edge of its parent Section. |
| Location | Gets or sets the coordinates of the upper-left corner of the cell relative to the upper-left corner of its parent Section. |
| MaximumSize | Gets or sets the size that is the upper limit when resizing the Cell. |
| Mergeable | Gets or sets a value that indicates whether the Cell can automatically merge. |
| Merged | Gets a value that indicates whether the Cell is merged with another cell. |
| MinimumSize | Gets or sets the size that is the lower limit when resizing the Cell. |
| Name | Gets or sets the name of the Cell. |
| Note | Gets or sets the CellNote which can display one note for the Cell. |
| PageBreak | Gets or sets a value that indicates whether a new page breaks to the right of this cell. |
| PreferredSize | Gets the size of a rectangular area into which the cell can fit. |
| ReadOnly | Gets or sets a value that indicates whether the cell's data can be edited. |
| RelatedMergedCellPositions | Gets a value that indicates the cells which are merged with this cell. |
| ResizeMode | Gets or sets a value that indicates how the Cell is resized. |
| Right | Gets the distance, in pixels, between the right edge of the cell and the left edge of its parent Section. |
| RowIndex | Gets the parent row's index of the Cell. |
| Section | Gets the parent section that contains this cell. |
| Selectable | Gets or sets a value that indicates whether the Cell can be selected. |
| Selected | Gets or sets a value that indicates whether this Cell is selected. |
| ShowWaveLine | Gets or sets a value that indicates whether to display a line in the cell. |
| Site | (Inherited from System.ComponentModel.Component) |
| Size | Gets or sets the height and width of the cell. |
| State | Gets the current state of the cell. |
| Style | Gets or sets the styles specified at the cell level. These styles override those inherited from higher levels. |
| TabIndex | Gets or sets the tab order of the cell in its parent Section. |
| TabStop | Gets or sets a value that indicates whether the user can activate the cell using the Tab key. |
| Tag | Gets or sets the object that contains data about the cell. |
| ToolTipText | Gets or sets the ToolTip text associated with the cell. |
| Top | Gets the distance, in pixels, between the top edge of the cell and the top edge of its parent Section. |
| TouchToolBar | Gets or sets the touch toolbar associated with the cell for a touch device. |
| Validators | Gets the validators that contain all the CellValidators used by the current cell. |
| Value | Gets or sets the value associated with this cell. |
| ValueType | Gets or sets the type of Value associated with the cell. |
| Visible | Gets or sets a value that indicates whether the Cell is visible. |
| WaveLineColor | Gets or sets the color of the underline. |
| Width | Gets the width of the cell. |