Instance Method
indexOfItem(atRow:column:) indexOfItemAtRow:column: indexOfItemAtRow_column_
Declaration
func indexOfItem(atRow rowIdx: UInt, column colIdx: UInt) -> UIntDeclaration
- (NSUInteger) indexOfItemAtRow:(NSUInteger) rowIdx column:(NSUInteger) colIdx;Declaration
indexOfItemAtRow_column_(rowIdx: int, colIdx: int) -> int