Text Property

Specifies the text in:

  • The selected cell of a grid, based on the settings of the Row and Col properties.
  • The selected row in a list box.
  • The value in the text box of a drop-down (combo) box.

Syntax

object.Text[= String]

Parameters

The Text property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

String

The text in a selected cell of a grid, selected row of a list box, or text in a combo box. String is read-only.

See Also