Table of Contents

TCellAddress.QuoteSheet Method

Quotes a sheet name if it is needed. For example, Sheet 1 should be quoted as 'Sheet 1'

Syntax

Unit: FlexCel.Core

class function TCellAddress.QuoteSheet(const SheetName: string): string; static;

Parameters

<-> Parameter Type Description
const SheetName string Sheet to quote

Returns

Quoted sheet.

See also