13 lines
		
	
	
		
			135 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			135 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| 
 | |
| namespace GoldPrinter.ExcelConstants
 | |
| {
 | |
| 	public enum BordersWeight
 | |
| 	{
 | |
| 		xlHairline,
 | |
| 		xlMedium,
 | |
| 		xlThick,
 | |
| 		xlThin
 | |
| 	}
 | |
| }
 |