TextMatrix

This property returns and sets the text contents of a cell.

Syntax

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

Parameters

object
Object expression that evaluates to a Grid control.
rowindex
Integer. Numeric expression that specifies which cell to read or write.
colindex
Integer. Numeric expression that specifies which cell to read or write.
string
String expression that contains the contents of a cell.

Remarks

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