2022-12-27 17:33:33 +08:00

13 lines
135 B
C#

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