Search Results for

    Show / Hide 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

    Unit: FlexCel.Core

    class function TCellAddress.TryParseSheet(const value: string; out sheet: string; out rest: string): Boolean; static;

    Parameters

    <-> Parameter Type Description
    const 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

    • TCellAddress
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com