ITextObject.TextBody Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the text body of the object (what follows after the AS keyword).
public string TextBody { get; set; }
member this.TextBody : string with get, set
Public Property TextBody As String