RowPos Property

Returns the top (y) coordinate of a row relative to the edge of the control, in twips.

Syntax

val& = [form!]VSFlexGrid.RowPos(Row As Long)

Remarks

This property is similar to the CellTop property, except RowPos applies to an arbitrary row and will not cause the control to scroll. The CellTop property applies to the current selection and reading it will make the current cell visible, scrolling the contents of the control if necessary.

Data Type

Long

See Also

VSFlexGrid Control