Contents

orderedByRow

A flag that indicates whether the grid is in row major or column major order.

Declaration

static let orderedByRow: NSAccessibility.Attribute

Discussion

The value is an NSNumber as boolValue. A value of true indicates row major order, and false indicates column major order.

See Also

Attributes