InsertOptions
InsertOptions class
Represents the options of inserting.
class InsertOptions;
Constructors
Properties
constructor()
Default Constructor.
constructor();
copyFormatType
copyFormatType : CopyFormatType;
updateReference
Indicates if references in other worksheets will be updated.
updateReference : boolean;
formulaChangeMonitor
Gets/sets the monitor for tracking changes caused by the insertion.
formulaChangeMonitor : AbstractFormulaChangeMonitor;
