[]
Searches for the specified ID and returns the zero-based index of the corresponding column.
public int IndexOf(int id)
| Type | Name | Description |
|---|---|---|
| int | id |
| Type | Description |
|---|---|
| int |
Searches for the specified value of Property and returns the zero-based index of the corresponding column.
public int IndexOf(TaskProperty property)
| Type | Name | Description |
|---|---|---|
| TaskProperty | property |
| Type | Description |
|---|---|
| int |