InsertOptions

InsertOptions class

Represents the options of inserting.

class InsertOptions;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
copyFormatTypeCopyFormatType
updateReferencebooleanIndicates if references in other worksheets will be updated.
formulaChangeMonitorAbstractFormulaChangeMonitorGets/sets the monitor for tracking changes caused by the insertion.

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;