TreeGridContainergetColumnIndex Method |
Gets column index by column name.
Namespace:
Aras.Client.Controls.Public
Syntaxfunction getColumnIndex(columnName);
Parameters
- columnName
- Type: string
Return Value
Type:
[T:(Any)]
int. Column position in grid; otherwise -1 returned.
See Also