Table of Contents

TXlsNamedRange.GetInternalName Method

Returns the string that corresponds to an internal name.

Syntax

Unit: FlexCel.Core

class function TXlsNamedRange.GetInternalName(const name: TInternalNameRange): string; static;

Parameters

<-> Parameter Type Description
const name TInternalNameRange Internal name we want to find.

Returns

The one-char string that represents that internal name.

See also