Table of Contents

TLoopOverUsedRangeParameters.Create Constructor

Creates a new class with the given parameters.

Syntax

Unit: FlexCel.Core

constructor TLoopOverUsedRangeParameters.Create(const aRow: Integer; const aCol: Integer; const aValue: TCellValue);

Parameters

<-> Parameter Type Description
const aRow Integer Row where the value is. (1-based).
const aCol Integer Column where the value is. (1-based).
const aValue TCellValue Value of the cell at (Row, Column).

See also