Share via


Application.PlainText Method (Access)

Strips the rich text formatting from a string and returns an unformatted text string.

Version Information

추가된 버전: Access 2007

Syntax

.PlainText(RichText, Length)

A variable that represents an Application object.

Parameters

Name

Required/Optional

Data Type

Description

RichText

필수

Variant

The rich text string that you want to remove the formatting of.

Length

선택

Variant

The number of character to return.

Return Value

String

참고 항목

개념

Application Object Members

Application Object