DeleteOptions
DeleteOptions class
Represents the setting of deleting rows/columns.
class DeleteOptions;
Constructors
Properties
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;
