aboutsummaryrefslogtreecommitdiff
path: root/RhSolutions.ExcelExtensions/Usings.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RhSolutions.ExcelExtensions/Usings.cs')
-rw-r--r--RhSolutions.ExcelExtensions/Usings.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/RhSolutions.ExcelExtensions/Usings.cs b/RhSolutions.ExcelExtensions/Usings.cs
new file mode 100644
index 0000000..94bcc5e
--- /dev/null
+++ b/RhSolutions.ExcelExtensions/Usings.cs
@@ -0,0 +1,3 @@
+global using Microsoft.Office.Interop.Excel;
+global using System.Collections.Generic;
+global using Range = Microsoft.Office.Interop.Excel.Range; \ No newline at end of file