using System; namespace CPF.ReoGrid { internal enum OperationStatus { Default, RangeSelect, FullRowSelect, FullColumnSelect, FullSingleRowSelect, FullSingleColumnSelect, AdjustRowHeight, AdjustColumnWidth, DragSelectionFillSerial, SelectionRangeMove, SelectionRangeMovePrepare, RangePicker, AdjustPageBreakRow, AdjustPageBreakColumn, HighlightRangeCreate, HighlightRangeSelect, HighlightRangeMove, HighlightRangeResize, CellBodyCapture } }