Table of Contents

TCellAddress.TryParseSheet Method

Parses a string like Sheet1!A1 into a sheet component and the rest. If the sheet is quoted ('sheet 1') it will be unquoted.

Syntax

Namespace: FlexCel.Core

public static Boolean TryParseSheet(String value, out String sheet, out String rest)

Parameters

<-> Parameter Type Description
value String String to parse
out sheet String Part of the string that is the sheet.
out rest String Part of the string that is not the sheet.

See also