using System; namespace CPF.ReoGrid { public enum PositionProperty { Relative, Absolute } }