TableCell.length Property
In This Article
Gets the table cell’s character length.
#Declaration
TypeScript
get length(): number
#Property Value
Type | Description |
---|---|
number | The element length in characters. |
See Also