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