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

Namespace: FlexCel.Core

public static String QuoteSheet(String SheetName)

Parameters

<-> Parameter Type Description
SheetName String Sheet to quote

Returns

Quoted sheet.

See also