SheetXL - v0.3.20
    Preparing search index...

    Options for constructing an IRangeSelection.

    interface ConstructorOptions {
        newSelectionMode?: NewSelectionMode;
        selectionPolicy?: SelectionPolicy;
        sheet: ISheet;
    }
    Index

    Properties

    newSelectionMode?: NewSelectionMode

    New selection mode.

    selectionPolicy?: SelectionPolicy

    Selection policy.

    sheet: ISheet

    The sheet to which the selection belongs.