DeleteOptions

DeleteOptions class

Represents the setting of deleting rows/columns.

class DeleteOptions;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
updateReferencebooleanIndicates if update references in other worksheets.
formulaChangeMonitorAbstractFormulaChangeMonitorGets/sets the monitor for tracking changes caused by the deletion.

constructor()

Default Constructor.

constructor();

updateReference

Indicates if update references in other worksheets.

updateReference : boolean;

Remarks

Starting from 26.7 we set the default value of this property to true.

formulaChangeMonitor

Gets/sets the monitor for tracking changes caused by the deletion.

formulaChangeMonitor : AbstractFormulaChangeMonitor;