Table of Contents

TTMSFNCCustomDataGrid.SelectColumns Method

Selects all cells in the specified column range.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

procedure SelectColumns(AFromColumn, AToColumn: Integer);

Parameters

Name Description
AFromColumn Zero-based index of the first column to select.
AToColumn Zero-based index of the last column to select.