TextMatrix 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 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 the ModHFGrid Control object. |
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 makes it possible for you to set or retrieve the contents of a cell without changing the Row and Col properties.
See Also
Col, Row Properties (ModHFGrid) | Text Property (ModHFGrid) | TextArray Property (ModHFGrid) | ModHFGrid Control