SheetXL - v0.3.20
    Preparing search index...

    Copy options.

    interface CopyOptions {
        editMode?: EditMode;
        isCut?: boolean;
    }
    Index

    Properties

    Properties

    editMode?: EditMode

    When performing a copy the editMode type to use.

    'copy'
    
    isCut?: boolean

    Indicates if a cut is desired.

    false