Search Results for

    Show / Hide Table of Contents

    TProtectedRange.TProtectedRange Constructor

    Overloads

    • TProtectedRange.TProtectedRange
    • TProtectedRange.TProtectedRange(String, String, TXlsCellRange[])

    TProtectedRange.TProtectedRange

    Creates an empty protected range.

    Syntax

    Namespace: FlexCel.Core

    public TProtectedRange()

    See also

    • TProtectedRange

    TProtectedRange.TProtectedRange(String, String, TXlsCellRange[])

    Creates and initializes a protected range.

    Syntax

    Namespace: FlexCel.Core

    public TProtectedRange(String aName, String aPassword, params TXlsCellRange[] aRanges)

    Parameters

    <-> Parameter Type Description
    aName String Name for the protected range.
    aPassword String Password to modify the cells. Keep it null if you don't want to set a password.
    params aRanges TXlsCellRange[] Ranges of cells where this protected range applies. You might pass an array of TXlsCellRanges here or just a single TXlsCellRange object.

    See also

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