Interface RangeProtection

interface RangeProtection {
    name: string;
    range: CellRangeCoords;
    verifier?: ModificationVerifier;
}

Properties

Properties

name: string

Must be unique across all RangeProtections but is not related to the sheet range

The range that is protected

If this is specified then a password will be requested to unlock