public java.lang.String getLastCursorColLocation() {
   if (outputProps != null) return (outputProps.getLastCursorColLocation());
   else return (inputProps.getLastCursorColLocation());
 }