T
Expand Minimize
4 out of 11 rated this helpful - Rate this topic

Visual Basic: MSFlexGrid/MSHFlexGrid Controls

Visual Studio 6.0

TextMatrix Property

See Also    Example    Applies To

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.