TextRange Interface
Contains the text that is attached to a shape, and properties and methods for manipulating the text.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("9149348F-5A91-11CF-8700-00AA0060263B")> _
Public Interface TextRange _
Inherits Collection
'Usage
Dim instance As TextRange
[GuidAttribute("9149348F-5A91-11CF-8700-00AA0060263B")]
public interface TextRange : Collection