Contents

cellForColumnAndRow

The cell at the specified row and column.

Declaration

static let cellForColumnAndRow: NSAccessibility.ParameterizedAttribute

Discussion

The parameter is an NSArray that contains two NSNumber objects: the first number specifies the column index and the second number specifies the row index. This attribute is required for cell-based tables.

See Also

Attribute Names