ChartCharacters Interface

Represents characters in an object that contains text.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("FF06FEF2-DA89-41C0-A0A8-5CD434E210AD")> _
Public Interface ChartCharacters
'Usage
Dim instance As ChartCharacters
[GuidAttribute("FF06FEF2-DA89-41C0-A0A8-5CD434E210AD")]
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.

See Also

Reference

ChartCharacters Members

Microsoft.Office.Interop.Word Namespace