Table of Contents

TTokenName.TTokenName Constructor

Creates a new name token.

Syntax

Namespace: FlexCel.Core

public TTokenName(String aName, String aWorkbookName, String aSheet)

Parameters

<-> Parameter Type Description
aName String Named range.
aWorkbookName String Workbook where the name is, if this is an external name. If the name is in the same file as the reference, this value will be null or empty.
aSheet String Sheet where the name is stored. Make it null or empty if the name is a global name.

See also