ALM Open Test Architecture API Type Library Version 12.55
IColumnInfo Interface Members
Overview 
Public Properties
Public Property ColCountGets the number of columns in the current Recordset object.
Public Property ColIndexGets the index (zero-based) of a Recordset column specified by column name.
Public Property ColNameThe name of the Recordset column specified by Index (zero-based).
Public Property ColSizeThe physical size as defined in the database of the fields in the column specified by Index (zero-based).
Public Property ColTypeThe data type of column.
See Also

IColumnInfo Interface