Table of Contents

TCellAddress.NameIsReserved Method

Returns true if the string can be a cell reference, like A1 or LVM78, or "R", "C", "TRUE" or "FALSE". If this method returns true, you can't name a sheet or a named range with name.

Syntax

Unit: FlexCel.Core

class function TCellAddress.NameIsReserved(const Name: string): Boolean; static; overload;

Parameters

<-> Parameter Type Description
const Name string

See also