TableAllowCellSelection
Table of contents
Interface which determines whether TableView
cell selection is allowed. It is only used if the "selection-mode" property is set to CellSelection
(1). To allow cell selection, we must either implement the TableAllowCellSelection
interface in the table adapter or assign its separate implementation to the "allow-selection" property
Interface description
AllowCellSelection(row, column int) bool
Return "true" if we allow cell at row and column to be selected