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