getValueOnCol method

dynamic getValueOnCol(
  1. dynamic col
)

Implementation

getValueOnCol(col) {
  myLogAll('getValueOnCol');
  var result = getValue(_mFocusNode[gName], col, _mFocusNode[gId]);
  return result;
}