Pos Property (Read/Write) |
Top Previous Next |
Returns the field position in the screen.
VB.NET Syntax
Field.Pos [= Short]
C# Syntax
Field.Pos [= short];
Remarks
This property returns an integer ranging from 1 to Field.Cols property multiplied by Field.Rows property. The order of the numeration is from the left to the right and from top to bottom.
See Also Col, Row and Len properties.
|