Table of Contents

TTokenCellRange.TTokenCellRange Constructor

Creates a new Cell range token.

Syntax

Namespace: FlexCel.Core

public TTokenCellRange(String aExternalBookName, String aSheet1, String aSheet2, Int32 aRow1, Int32 aCol1, Int32 aRow2, Int32 aCol2, Boolean aRow1Abs, Boolean aCol1Abs, Boolean aRow2Abs, Boolean aCol2Abs)

Parameters

<-> Parameter Type Description
aExternalBookName String File where the reference points to, when this is a reference to other file. Empty or null if the reference is to the same file.
aSheet1 String First sheet where the reference points to. Empty or null if the reference points to the same sheet.
aSheet2 String Second where the reference points to. Empty or null if the reference points to the same sheet.
aRow1 Int32 First row (1 based).
aCol1 Int32 First column (1 based).
aRow2 Int32 Last row (1 based).
aCol2 Int32 Last column (1 based).
aRow1Abs Boolean True if the first row is an absolute reference (like in A$1)
aCol1Abs Boolean True if the first column is an absolute reference (like in $A1)
aRow2Abs Boolean True if the last row is an absolute reference (like in A$1)
aCol2Abs Boolean True if the last column is an absolute reference (like in $A1)

See also