Enum TableViewSelectionUnit
Specifies the selection unit for a TableView.
public enum TableViewSelectionUnit
Fields
Cell = 2Selection is limited to cells.
CellOrRow = 0Selection can be either a cell or a row, but selecting a cell does not select the owning row.
CellWithRow = 1Selection can be either a cell or a row, but selecting a cell also selects the owning row.
Row = 3Selection is limited to rows.