Table of Contents

TTMSFNCDataGridRenderer.SelectColumns Method

Selects the contiguous range of columns from AFromColumn to AToColumn.

API unit family: TMSFNCDataGridRenderer Declaring type: TTMSFNCDataGridRenderer

Syntax

procedure SelectColumns(AFromColumn, AToColumn: Integer);

Parameters

Name Description
AFromColumn Zero-based first column index in the selection.
AToColumn Zero-based last column index in the selection.