columnIndex abstract method

int? columnIndex(
  1. PlutoColumn column
)
inherited

Index of column in columns

Depending on the state of the frozen column, the column order index must be referenced with the columnIndexesByShowFrozen function.

Implementation

int? columnIndex(PlutoColumn column);