Document.Characters Property

Definition

Gets a Characters collection that represents the characters in the document.

public:
 property Microsoft::Office::Interop::Word::Characters ^ Characters { Microsoft::Office::Interop::Word::Characters ^ get(); };
public Microsoft.Office.Interop.Word.Characters Characters { get; }
member this.Characters : Microsoft.Office.Interop.Word.Characters
Public ReadOnly Property Characters As Characters

Property Value

A Characters collection that represents the characters in the document.

Applies to