columnIndex property

int columnIndex

returns the column Index

Implementation

int get columnIndex {
  return _columnIndex;
}