namespace Core.Common.Controls { public enum TableViewPasteBehaviourOptions { SkipCellWhenValueIsInvalid, SkipRowWhenValueIsInvalid } }