TextRange.TrimText Method
Returns a TextRange object that represents the specified text minus any trailing spaces.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function TrimText As TextRange
'Usage
Dim instance As TextRange
Dim returnValue As TextRange
returnValue = instance.TrimText()
TextRange TrimText()
Return Value
Type: Microsoft.Office.Interop.PowerPoint.TextRange