using System; namespace CPF.ReoGrid.Core { internal enum HBorderOwnerPosition { None, All = 3, Top = 1, Bottom } }