DeleteOptions
Contents
[
Hide
]DeleteOptions class
Represents the setting of deleting rows/columns.
class DeleteOptions;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
getUpdateReference() | Indicates if update references in other worksheets. |
setUpdateReference(boolean) | Indicates if update references in other worksheets. |
getFormulaChangeMonitor() | Gets/sets the monitor for tracking changes caused by the deletion. |
setFormulaChangeMonitor(AbstractFormulaChangeMonitor) | Gets/sets the monitor for tracking changes caused by the deletion. |
isNull() | Checks whether the implementation object is null. |
constructor()
Default Constructor.
constructor();
getUpdateReference()
Indicates if update references in other worksheets.
getUpdateReference() : boolean;
setUpdateReference(boolean)
Indicates if update references in other worksheets.
setUpdateReference(value: boolean) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
getFormulaChangeMonitor()
Gets/sets the monitor for tracking changes caused by the deletion.
getFormulaChangeMonitor() : AbstractFormulaChangeMonitor;
Returns
setFormulaChangeMonitor(AbstractFormulaChangeMonitor)
Gets/sets the monitor for tracking changes caused by the deletion.
setFormulaChangeMonitor(value: AbstractFormulaChangeMonitor) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | AbstractFormulaChangeMonitor | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;