Table of Contents

TXlsNamedRange.IsValidRangeName Method

Returns true if the string is a valid name for a named range. Valid names must start with a letter or an underscore

Syntax

Unit: FlexCel.Core

class function TXlsNamedRange.IsValidRangeName(const Name: string; out IsInternal: Boolean): Boolean; static;

Parameters

<-> Parameter Type Description
const Name string String we want to check.
out IsInternal Boolean Returns true if this is an internal name, like Print_Range. Internal names have only one character.

See also