Table of Contents

TTokenRelativeCellRange.TTokenRelativeCellRange Constructor

Creates a new relative cell range token.

Syntax

Namespace: FlexCel.Core

public TTokenRelativeCellRange(String aExternalBookName, String aSheet1, String aSheet2, Int32 aRowOffset1, Int32 aColOffset1, Int32 aRowOffset2, Int32 aColOffset2)

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.
aRowOffset1 Int32 First row (1 based).
aColOffset1 Int32 First column (1 based).
aRowOffset2 Int32 Last row (1 based).
aColOffset2 Int32 Last column (1 based).

See also