Table of Contents

TTokenName Class

A named range. Might refer to a name in a different file.

Syntax

Namespace: FlexCel.Core

public class TTokenName: TToken

Constructors

Name Description
TTokenName Creates a new name token.

Properties

Name Description
Name Named range represented by this token.
Sheet Sheet where the name is stored. Make it null or empty if the name is a global name.
WorkbookName Workbook where the name is, if this is an external name. If then name is in the same file as the reference, this value will be null or empty.