company logo

Line :: position - Get line position (row)

The function returns the row number (line position) in a list. Within a tree, it returns the relative position within the region. First row number is 0.

Return value:  Position in collection ( int32  )

The position of an entry in a collection or list is the number of the entry in the collection beginning with 0 for the first entry.

Implementation details

int32 Line  :: position (  )