[]
Searches for a BaseColumn with the specified ID.
public BaseColumn Search(int id)
Public Function Search(id As Integer) As BaseColumn
| Type | Name | Description |
|---|---|---|
| int | id |
| Type | Description |
|---|---|
| BaseColumn |
Searches for a TaskPropertyColumn with the specified value of Property.
public TaskPropertyColumn Search(TaskProperty property)
Public Function Search([property] As TaskProperty) As TaskPropertyColumn
| Type | Name | Description |
|---|---|---|
| TaskProperty | property |
| Type | Description |
|---|---|
| TaskPropertyColumn |