RhSolutions-AddIn/RhSolutions.ExcelExtensions/Usings.cs

3 lines
147 B
C#
Raw Normal View History

2023-04-01 15:58:42 +03:00
global using Microsoft.Office.Interop.Excel;
global using System.Collections.Generic;
global using Range = Microsoft.Office.Interop.Excel.Range;