using System; namespace CPF.ReoGrid.Core { internal enum VBorderOwnerPosition { None, All = 3, Left = 1, Right } }