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

Namespace: FlexCel.Core

public static Boolean NameIsReserved(String Name)

Parameters

<-> Parameter Type Description
Name String

See also