FindByPosition |
Top Previous Next |
Searches the collection for the target position and returns the Field object containing that position. If not found, returns a null.
VB.NET
[Field =] Fields.FindByPosition(targetPosition As Position)
C#
[Field =] Fields.FindByPosition(Position targetString);
Parameters
|