Search Results for

    Show / Hide Table of Contents

    TXlsNamedRange.OptionFlags Field

    Options of the range. You can access the options by using the corresponding properties. (Hidden, BuiltIn, etc).

    You can use this property to set them all at the same time.

    You can get the properties by OR'ing the following values:

    01. Name is hidden. Corresponds to the property Hidden.

    02. Name is a function. Corresponds to the property FunctionDef.

    04. Name is a VB procedure. If set you also need to set 08 (name is a macro). Corresponds to the property VisualBasicProc.

    08. Name is a Macro. Corresponds to the property Proc.

    16. Name returns an Array. Corresponds to the property CalcExp.

    32. Name is a BuiltIn name (like Print_Area). Corresponds to the property BuiltIn.

    8192. Name will be published when exporting to html. Corresponds to the property PublishToServer.

    16384. Indicates that the name is used as a workbook parameter on a version of the workbook that is published to or rendered on a Web or application server. Corresponds to the property WorkbookParameter.

    Syntax

    Unit: FlexCel.Core

    TXlsNamedRange.OptionFlags: Integer;

    See also

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