using System; namespace GoldPrinter.ExcelConstants { public enum BordersWeight { xlHairline, xlMedium, xlThick, xlThin } }