TableSpanExtent typedef

TableSpanExtent = SpanExtent

Defines the extent of a TableSpan.

If the span is a row, its extent is the height of the row. If the span is a column, it's the width of that column.

Implementation

typedef TableSpanExtent = SpanExtent;