TableRow Conversion Operators |
| Name | Description | |
|---|---|---|
| (String to TableRow) |
Converts a string to a TableRow with a label control implicitly.
| |
| (Control to TableRow) |
Implicitly converts a control to a TableRow
| |
| (Image to TableRow) | ||
| (TableCell to TableRow) |
Implicitly converts an array of cells to a TableRow
| |
| (TableRow to Control) |
Implicitly converts a TableRow to a control
| |
| (TableRow to TableCell) |
Implicitly converts a TableRow to a cell
|