Andy Macourek
Results
1
comments of
Andy Macourek
I updated a method to get it to work: private TypedValue CurrentRowValue(int ordinal) { if (CurrentRow().Value[ordinal].Value.Count > 0) { return CurrentRow().Value[ordinal].Value[0]; } else if (CurrentRow().Value[ordinal].ScalarValue != null) { return CurrentRow().Value[ordinal].ScalarValue;...