Grab a (typed) record sitting at dataframecolName.
colName
T record<T>(int rowIndex, String colName) => this[rowIndex][columnIndex(colName)] as T;