Table of Contents

TTMSFNCDataGridData.GoToCell Method

Scrolls the grid to make ACell visible; optionally selects it.

API unit family: TMSFNCDataGridData Declaring type: TTMSFNCDataGridData

Syntax

procedure GoToCell(ACell: TTMSFNCDataGridCellCoord; ASelect: Boolean = True); virtual;

Parameters

Name Description
ACell Cell coordinate used by the operation.
ASelect Argument used by the operation.