Table of Contents

TTokenCellRange Class

A range of cells. See TTokenCellAddress for single cell references.

Syntax

Namespace: FlexCel.Core

public class TTokenCellRange: TToken

Constructors

Name Description
TTokenCellRange Creates a new Cell range token.

Properties

Name Description
Col1 First column of the range (1 based).
Col1Absolute True if the reference is absolute (as in $A$1).
Col2 Last column of the range (1 based).
Col2Absolute True if the reference is absolute (as in $A$1).
ExternalBookName 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.
Row1 First row of the range (1 based).
Row1Absolute True if the reference is absolute (as in $A$1).
Row2 Last row of the range (1 based).
Row2Absolute True if the reference is absolute (as in $A$1).
Sheet1 First sheet where the reference points to. Empty or null if the reference points to the same sheet.
Sheet2 Second sheet where the reference points to. Empty or null if the reference points to the same sheet.