Variable ColumnInfo.index

Zero based index of the column within a table row.

struct ColumnInfo
{
  // ...
  ulong index ;
  // ...
}