You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The difference between table.SetCellAt and UpdateCellAt is not very clear. In addition i would really like to have a member which allows me to update the existing cell via function argument, as such:
ActiveTable.UpdateCellAt(columnIndex,rowIndex,fun c -> c.UpdateWithOA (new ARCtrl.OntologyAnnotation()))
The text was updated successfully, but these errors were encountered:
The difference between table.SetCellAt and UpdateCellAt is not very clear. In addition i would really like to have a member which allows me to update the existing cell via function argument, as such:
The text was updated successfully, but these errors were encountered: