Table of Contents

TTMSFNCDataGridDataSwapDirection Enumeration

Controls which cells are updated during a row or column swap operation.

API unit family: TMSFNCDataGridData

Members

Name Description
gswdBoth Both the source and the destination are updated (a true bidirectional swap).
gswdFromOnly Only the source cell is moved; the destination is not changed.
gswdToOnly Only the destination cell is updated; the source is not cleared.