DeleteOptions
DeleteOptions class
Represents the setting of deleting rows/columns.
class DeleteOptions;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
updateReference | boolean | Indicates if update references in other worksheets. |
formulaChangeMonitor | AbstractFormulaChangeMonitor | Gets/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;