init
This commit is contained in:
		
							
								
								
									
										12
									
								
								Kreta.BusinessLogic/CustomEnvironmentMethods/Klebersberg.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Kreta.BusinessLogic/CustomEnvironmentMethods/Klebersberg.cs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
using OfficeOpenXml;
 | 
			
		||||
 | 
			
		||||
namespace Kreta.BusinessLogic.CustomEnvironmentMethods
 | 
			
		||||
{
 | 
			
		||||
    class Klebersberg
 | 
			
		||||
    {
 | 
			
		||||
        public static void DeleteColumnFromWorksheet(ExcelWorksheet worksheet, int columnNumber)
 | 
			
		||||
        {
 | 
			
		||||
            worksheet.DeleteColumn(columnNumber);
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user