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;

formulaChangeMonitor

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

formulaChangeMonitor : AbstractFormulaChangeMonitor;