using System; namespace CPF.ReoGrid { public enum SelectionForwardDirection { Right, Down } }