Overload | Description |
---|---|
DataCell Constructor() | This constructor is reserved for internal use and is not intended to be used directly from your code. |
DataCell Constructor(String) | Initializes a new instance of the DataCell class specifying its field name. |
DataCell Constructor(DataCell) | Initializes a new instance of the DataCell class specifying the DataCell that will be used as a template to create other DataCell objects. |
DataCell Constructor(Column) | Initializes a new instance of the DataCell class specifying its parent column. |