using System; namespace CPF.ReoGrid.DataFormat { public enum CellDataFormatFlag { General, Number, DateTime, Percent, Currency, Text, Custom } }