rowType(forRow:)
Returns the type of a given row.
Declaration
func rowType(forRow rowIndex: Int) -> NSRuleEditor.RowTypeParameters
- rowIndex:
The index of a row in the receiver.
Return Value
The type of the row at rowIndex.
Returns the type of a given row.
func rowType(forRow rowIndex: Int) -> NSRuleEditor.RowTypeThe index of a row in the receiver.
The type of the row at rowIndex.