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