TableRow.cells Property
In This Article
Provides information about the table row’s cells.
#Declaration
TypeScript
get cells(): TableCell[]
#Property Value
Type | Description |
---|---|
Table |
An array of Table |
See Also