End
Returns the ending position of the field, where the position can range from zero to the size of the virtual screen.
Syntax
FlexFields(Index).End
Parameters
|
Index
|
Integer, input
|
|
|
Index of the field object.
|
Example
Sub Main()
MsgBox FlexFields(1).End
End Sub