columnIndex property

int get columnIndex

returns the column Index

Implementation

int get columnIndex {
  return _columnIndex;
}