Search Results for

    Show / Hide Table of Contents

    TExcelFile.GetUsedNamedRanges Method

    Returns an array of booleans where each value indicates if the name at position "i-1" is used by any formula, chart, or object in the file. If the name is in use, it can't be deleted. Note that the index here is Zero-based, different from all other Name indexes in FlexCel, because arrays in C# are always 0-based. So UsedRange[0] corresponds to GetNamedRange(1) and so on.

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.GetUsedNamedRanges: TArray<Boolean>; virtual; abstract;

    See also

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