IXmlNamespaces.InstallManifest Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub InstallManifest ( _
Path As String, _
InstallForAllUsers As Object _
)
'Usage
Dim instance As IXmlNamespaces
Dim Path As String
Dim InstallForAllUsers As Object
instance.InstallManifest(Path, InstallForAllUsers)
void InstallManifest(
string Path,
Object InstallForAllUsers
)
Parameters
- Path
Type: System.String
- InstallForAllUsers
Type: System.Object