Table of Contents

TTMSFNCCustomDataGrid.DeleteColumns Method

Removes ACount consecutive columns starting at AColumn.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCCustomDataGrid

Syntax

procedure DeleteColumns(AColumn, ACount: Integer);

Parameters

Name Description
AColumn Zero-based index of the first column to delete.
ACount Number of columns to delete.