ChartCharacters Interface
Represents characters in an object that contains text.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("92D41A57-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface ChartCharacters
'Usage
Dim instance As ChartCharacters
[GuidAttribute("92D41A57-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface ChartCharacters
Remarks
The ChartCharacters object lets you modify any sequence of characters contained in the full text string.
Use Characters(Start, Length), where Start is the start character number and Length is the number of characters, to return a ChartCharacters object.