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