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

Namespace: FlexCel.Core

public Boolean TrySetRange3DRef(ExcelFile xls, String rangeDef)

Parameters

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

See also