In this article I will explain with an example, how to install Microsoft.Office.Interop.Word library from Nuget package in Visual Studio.
 
 

Downloading Microsoft.Office.Interop.Word package

You will need to install the Microsoft.Office.Interop.Word package using the following command.
Install-Package Microsoft.Office.Interop.Word -Version 15.0.4797.1004
 
Install Microsoft.Office.Interop.Word Nuget Package
 
Install Microsoft.Office.Interop.Word Nuget Package