Yi Zhang

Custom Data Store In Word For VSTO Solutions

Custom Data Store In Word For VSTO Solutions

Working with Document Properties The DocumentProperties collection and DocumentProperty object are found in Microsoft Office Object Library (office.dll), its namespace is Microsoft.Office.Core, which contains objects shared by all the Office applications. These objects are typically brought into your code in an Office namespace alias as shown here: using Office = Microsoft.Office.Core; key codes: using Office […]