The ColumnID property specifies the column ID of a source or destination column.
object.ColumnID [= value]
Part | Description |
---|---|
object | Expression that evaluates to a Column object |
value | Column identifier |
Variant
Read/write
HRESULT GetColumnID(VARIANT *pRetVal);
HRESULT SetColumnID(VARIANT NewValue);
The ColumnID property is typically the same as the column Name. The column Ordinal is a number that determines the position of the column in the column order.