columnIndex property

int? columnIndex
getter/setter pair

The 0-based column index.

This index is relative to its position in the table and is not necessarily the same as the column index in the sheet.

Implementation

core.int? columnIndex;