Search Results for

    Show / Hide Table of Contents

    TExcelFile.SubtotalDefaultEnglishString Method

    Returns the english string that Excel uses to refer to Sums, averages, et. when you use the Subtotal command. You can use the result of this method together with Subtotal to specify the text for totals.

    Syntax

    Unit: FlexCel.Core

    function TExcelFile.SubtotalDefaultEnglishString(const aggFunction: Integer): string; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const aggFunction Integer Number of function used for aggregating. If the number is unknown then this function will return "Total".
    For known numbers this function will return what Excel writes on the cells for that function.

    See also

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