9 lines
169 B
C#
9 lines
169 B
C#
|
namespace PlumbingRepairBusinessLogic.OfficePackage.HelperEnums
|
|||
|
{
|
|||
|
public enum ExcelStyleInfoType
|
|||
|
{
|
|||
|
Title,
|
|||
|
Text,
|
|||
|
TextWithBroder
|
|||
|
}
|
|||
|
}
|