columnIndex property

int? columnIndex
getter/setter pair

The zero-based column index.

For example, the second column in the table has a column index of 1.

Implementation

core.int? columnIndex;