2023-04-20 14:30:31 +04:00

9 lines
169 B
C#

namespace PlumbingRepairBusinessLogic.OfficePackage.HelperEnums
{
public enum ExcelStyleInfoType
{
Title,
Text,
TextWithBroder
}
}