_Presentation.ReloadAs Method
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Sub ReloadAs ( _
cp As MsoEncoding _
)
'Usage
Dim instance As _Presentation
Dim cp As MsoEncoding
instance.ReloadAs(cp)
void ReloadAs(
MsoEncoding cp
)
Parameters
- cp
Type: Microsoft.Office.Core.MsoEncoding