Suggest a change
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Close
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Close
Parameters
index |
The index of the colum to locate. |
Returns
Column
The column at the specified index.
Description
Returns the column at the specified index.
Parameters
name |
The name of the column to locate. |
Returns
Column
The column with the specified name.
Description
Returns the column with the specified name.
Name must be unique in a column collection. Only the first with matching name will be returned.