バージョン

GetText メソッド (ParsedFormattedTextValue)

解析された値のテキスト表現を取得します。
シンタックス
'宣言
 
Public Function GetText( _
   ByVal withoutFormatting As Boolean _
) As String
public string GetText( 
   bool withoutFormatting
)

パラメータ

withoutFormatting
Trueの場合、書式設定タグなしのテキストを返します。そうでない場合、書式設定タグを使用したテキストを返します。
参照