TextMatrix

Returns or sets the text contents of an arbitrary cell.

Syntax

object.TextMatrix( rowindex, colindex ) [= string ]

The TextMatrix property syntax has these parts:

Part Description
object An object expression that evaluates to an object.
rowindex, colindex Integer. Numeric expressions specifying which cell to read or write.
string A string expression containing the contents of an arbitrary cell.

Remarks

This property allows you to set or retrieve the contents of a cell without changing the Row and Col properties.