Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IndexOf(Column)

Returns the index of the specified column if it is contained in the collection; returns -1 otherwise.
Read time 1 minuteLast updated 8 days ago

Definition

public int IndexOf(Column column)

Parameters

column

The column to locate in the Columns.

Returns

Type

Description

intThe index of the column if found in the collection; otherwise, -1.