using System; namespace CPF.ReoGrid { internal enum ExPartialGridCopyFlag { None, BorderOutsideOwner = 16 } }