Table of Contents

CELLPOS property

Applies To

Edit table.

Description

With Set_Property, allows you to enter data to or retrieve from a specific cell of an edit table.

Usage

value = Set_Property(myedittable, "CELLPOS", text, position)

value = Get_Property(myedittable, "CELLPOS", position)

Remarks

Acts as a combination of ACCESSPOS and ACCESSDATA. Parameter position is an @FM delimited array of column number and row number

See Also

ACCESSPOS property, CARETPOS property, CLICKPOS property, NOTIFYPOS property, SELPOS property, Send_Message("TEXT_BY_POS")