GetOfficeVersion() public method

public GetOfficeVersion ( ) : OfficeInstalledProducts
return OfficeInstalledProducts
        public void TestGetOfficeVersions()
        {

            var officeInstall = new InstallOffice2();

            officeInstall.GetOfficeVersion();
        }
Example #2
0
        public void TestGetOfficeVersions()
        {
            var officeInstall = new InstallOffice2();

            officeInstall.GetOfficeVersion();
        }