Table of Contents

TTokenRelativeCellRange Class

A range of cells with relative references. This is used mostly in named ranges.

Syntax

Namespace: FlexCel.Core

public class TTokenRelativeCellRange: TToken

Constructors

Name Description
TTokenRelative​Cell​Range Creates a new relative cell range token.

Properties

Name Description
ColOffset1 First column of the range (1 based).
ColOffset2 Last column of the range (1 based).
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.
RowOffset1 First row of the range (1 based).
RowOffset2 Last row of the range (1 based).
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.