Search Results for

    Show / Hide Table of Contents

    TXlsNamedRange.OptionFlags Property

    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 Function.

    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

    Namespace: FlexCel.Core

    public Int32 OptionFlags { get; set; }

    See also

    • TXlsNamedRange
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com