Table of Contents

TXls3DRange.SetRange3DRef Method

Sets the value of the 3d range based on the string that defines the range in A1 notation.

Syntax

Namespace: FlexCel.Core

public void SetRange3DRef(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