span method
Creates a span of a rectangle of cells. This cell is on one corner and the cell given as a parameter is on the other corner.
span(otherCorner )
Parameters
TableCell otherCorner
The cell on the other corner. Either cell may be the upper left or lower right.
Returns
TableMulticell. The multicell created to represent the span.
Throws
TableException
INVALID_SPAN_ERR: Raised if a span can't be created from the two corner cells
这对您有帮助吗?