Share via


RowPos 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 the distance, in twips, between the upper-left corner of the ModHFGrid and the upper-left corner of a specified row.

Syntax

object.RowPos(index)

The RowPos property syntax has these parts:

Part Description
object An object expression that evaluates to the ModHFGrid Control object.
index A Long value that specifies the column.

See Also

ModHFGrid Control