using System; namespace CPF.ReoGrid { public enum WorksheetSelectionMode { None, Cell, Range, Row, Column, SingleRow, SingleColumn } }