VSFlexGrid Control > VSFlexGrid Properties, Events, and Methods > VSFlexGrid Properties > RowPos Property |
Returns the top (y) coordinate of a row relative to the edge of the control, in twips.
val& = [form!]VSFlexGrid.RowPos(Row As Long)
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.
Long