[BUG] CompositeCell.Data toXX functions return failwith #402
Labels
Type: Bug
Something is not working, and it is confirmed by maintainers to be a bug.
Type: Feature Request
This item is confirmed by the maintainers to be a request for a new feature
This issue is related to the following:
ARCtrl/src/Core/Table/CompositeCell.fs
Line 60 in 403081e
These are functions to generalize usage in tools. The implemented behavior is especially annoying as we allow transforming into freetext, which in return can be transformed to the other cell types. So now i need to do:
this.ToFreeTextCell().ToTermCell()
The text was updated successfully, but these errors were encountered: