accessibilityColumnRange()
Returns the columns spanned by the cell.
Declaration
func accessibilityColumnRange() -> NSRangeReturn Value
The column or columns that the cell spans.
Discussion
Set the location of the range to the first column containing the cell. Use the length of the range to specify the number of columns that the cell spans. If you do not implement this method, the system assumes an initial index of NSNotFound and a length of 0.