Table of Contents

TFormulaValue.GetLength Method

Returns the length of any of the 2 possible dimensions of the array of TSingleFormulaValue

Syntax

Unit: FlexCel.Core

function TFormulaValue.GetLength(const Dimension: Integer): Integer;

Parameters

<-> Parameter Type Description
const Dimension Integer Dimension to get lenght. Must be 0 for the Row array, 1 for the Column array.

See also