SheetXL - v0.3.20
    Preparing search index...

    Interface ReplaceOptions

    Options for the replace operation.

    interface ReplaceOptions {
        autoSelect?: boolean | ITypes.SelectOptions;
        description?: string;
        maxCount?: number;
        orientation?: IRange.Orientation;
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoSelect?: boolean | ITypes.SelectOptions

    If true or set then this will select the affect item after the transaction is complete.

    If this is set to true then any restore will also select.

    description?: string

    A human description.

    'determined by the set operation and locale'
    
    maxCount?: number

    The maximum number of cells to replace.

    false
    
    orientation?: IRange.Orientation

    The orientation to replace.