Share via


Text Property (ModHFGrid)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Returns or sets the text content of a cell or range of cells.

Syntax

object.Text [=string]

The Text property syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
string A string expression containing the text from a cell or range of cells.

Remarks

When retrieving, the Text property always retrieves the contents of the current cell as defined by the Row and Col properties.

When setting, the Text property sets the contents of the current cell or selection depending on the setting of the FillStyle property.

See Also

CellTextStyle Property (ModHFGrid) | Col, Row Properties (ModHFGrid) | FillStyle Property (ModHFGrid) | TextArray Property (ModHFGrid) | TextMatrix Property (ModHFGrid) | TextStyle, TextStyleBand, TextStyleFixed, TextStyleHeader Properties (ModHFGrid) | ModHFGrid Control