Table of Contents

TTokenRelativeCellAddress.TTokenRelativeCellAddress Constructor

Creates a new relative cell address token.

Syntax

Namespace: FlexCel.Core

public TTokenRelativeCellAddress(String aExternalBookName, String aSheet, Int32 aRowOffset, Int32 aColOffset)

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.
aSheet String Sheet where the reference points to. Empty or null if the reference points to the same sheet.
aRowOffset Int32 The number of rows after or before the current row. It might be negative.
aColOffset Int32 The number of columns after or before the current column. It might be negative.

See also