ITabRange.Text

Syntax

Text: String;

Description

The Text property determines text of the cell range.

Comments

Text is shows on viewing the cells. If the cell is turned into edit mode, value of the Value property is shown. If the editor is used in the cell, the Text value returns string view of the specified value.

The Text property may determine the text in RTF format, if the ITabRange.IsRtflText property is set to True. Information about working with RTF editor is presented in the Using Formatted Text article. If formatted text is set, actual string view of this text can be obtained in the ITabRange.Value property.

See also:

ITabRange