using System; namespace CPF.ReoGrid.Main { public enum SheetTabBorderStyle { RectShadow, SplitRouned, NoBorder } }