namespace DelftTools.Controls { public enum TableViewPasteBehaviourOptions { SkipCellWhenValueIsInvalid, SkipRowWhenValueIsInvalid } }