Text property

This property returns the text from the first cell in this range or sets the text to all cells in this range.

Defined in

Range

Data type

String

Syntax

public String getText() 
public void setText(String text)

See examples

Example: Text property