TableSpan typedef

TableSpan = Span

Defines the extent, visual appearance, and gesture handling of a row or column in a TableView.

A span refers to either a column or a row in a table.

Implementation

typedef TableSpan = Span;