Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves letter elements from the specified document and returns a LetterContent object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function GetLetterContent As LetterContent
'Usage
Dim instance As _Document
Dim returnValue As LetterContent
returnValue = instance.GetLetterContent()
LetterContent GetLetterContent()
Return Value
Type: Microsoft.Office.Interop.Word.LetterContent