WebComboCell Properties
| Row | Description Gets the Row object that owns this cell. ValueType object (WebComboRow) Default Value - |
| Position | Description Gets the position of the cell in the collection. ValueType integer Default Value - |
| Text | Description Gets or sets the text that will be displayed in the cell. ValueType string Default Value - |
| Tag | Description Gets or sets custom data for the cell object. ValueType string Default Value - |
| Value | Description Gets or sets the cell value. ValueType object Default Value - |
| Column | Description Gets the WebComboColumn object to which this cell belongs. ValueType object (WebComboColumn) Default Value - |
| Image | Description Gets or sets the image filename that is used to display image of an Image or ImageAndText Column. ValueType string Default Value - |
| TooltipText | Description Gets or sets the ToolTip text of the cell object. ValueType string Default Value - |