MultiRow Windows Forms > Developer's Guide > Using MultiRow > Cell Types > Base Cell |
The base cell is the base for all MultiRow cell types. You can use a base cell to create editable cells or headers.
You can use the following features in a base cell.
For more details on each feature, refer to the Cell class. For more information about the cell style, refer to Cell Styles and Conditional Cell Styles.
The base cell stores the System.Object value type. This type can be confirmed with the Cell.ValueType property. The input, display, and edit features are not implemented here.
The base cell does not provide a cell edit control. The Cell.EditType property returns a null reference (Nothing in Visual Basic).
The base cell does not provide any styles.
The base cell does not provide any shortcut keys.
The base cell does not provide any events.