using System; namespace CPF.ReoGrid.DataFormat { public interface IDataFormatter { string FormatCell(Cell cell); bool PerformTestFormat(); } }