Contents

rowType(forRow:)

Returns the type of a given row.

Declaration

func rowType(forRow rowIndex: Int) -> NSRuleEditor.RowType

Parameters

  • rowIndex:

    The index of a row in the receiver.

Return Value

The type of the row at rowIndex.

See Also

Obtaining Row Information