PresentationClass.SetUndoText Method
Reserved for internal use.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Public Overridable Sub SetUndoText ( _
Text As String _
)
'Usage
Dim instance As PresentationClass
Dim Text As String
instance.SetUndoText(Text)
public virtual void SetUndoText(
string Text
)
Parameters
- Text
Type: System.String
Implements
_Presentation.SetUndoText(String)