FieldByPosition
Returns the row number and column number of the field.
FieldByPosition (rowPos as Integer, colPos as Integer) as Object
FieldByPosition (rowPos as Integer, colPos as Integer) as CclOField
- rowPos
- The row number of the field (topmost row = 1).
- colPos
- The column number of the field (leftmost column = 1).