TextMatrix Property

       

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 in the Applies To list.
rowindex, colindex Integer. A numeric expression that specifies 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.