Table of Contents

TXls3DRange.TrySetRange3DRef Method

Tries to set the value of the 3d range based on the string that defines the range in A1 notation. If the name can't be set, no data is modified and this method returns false.

Syntax

Unit: FlexCel.Core

function TXls3DRange.TrySetRange3DRef(const xls: TCoreExcelFile; const rangeDef: string): Boolean;

Parameters

<-> Parameter Type Description
const xls TCoreExcelFile ExcelFile where the range is defined.
const rangeDef string String that defines the range, like for example "=[Sheet2:Sheet3]!A1:A3

See also