Column property

Returns an IERUDBColumn interface pointer to the Database Column that contains the Database Cell.

For IERUDBColumn, returns an IERUDBColumn interface pointer to the Database Column on which the dashboard column is based. Returns NULL if not based on a database column.

For IERUDashboardColumn, returns the database column on which the dashboard column is based. If the dashboard column is not based on a database, NULL is returned.

For IERUDashboardCell, returns the database column on which the dashboard column is based. If the dashboard column is not based on a database, NULL is returned. Use the ColumnID property to identify the source project schedule field.

Syntax


C++

HRESULT get_Column(IERUDBColumn **ppRetVal)

Scripting languages

Set value = Object.Column

Home

Applies to

IERUDashboardCell

IERUDBCell

IERUDashboardColumn

IERUSEvent_Column


See also

Databases