InsertOptions
InsertOptions class
Represents the options of inserting.
class InsertOptions;
Constructors
| Constructor | Description |
|---|---|
| constructor() | Default Constructor. |
Properties
| Property | Type | Description |
|---|---|---|
| copyFormatType | CopyFormatType | |
| updateReference | boolean | Indicates if references in other worksheets will be updated. |
| formulaChangeMonitor | AbstractFormulaChangeMonitor | Gets/sets the monitor for tracking changes caused by the insertion. |
Methods
| Method | Description |
|---|---|
| getCopyFormatType() | @deprecated. Please use the ‘copyFormatType’ property instead. |
| setCopyFormatType(CopyFormatType) | @deprecated. Please use the ‘copyFormatType’ property instead. |
| getUpdateReference() | @deprecated. Please use the ‘updateReference’ property instead. Indicates if references in other worksheets will be updated. |
| setUpdateReference(boolean) | @deprecated. Please use the ‘updateReference’ property instead. Indicates if references in other worksheets will be updated. |
| getFormulaChangeMonitor() | @deprecated. Please use the ‘formulaChangeMonitor’ property instead. Gets/sets the monitor for tracking changes caused by the insertion. |
| setFormulaChangeMonitor(AbstractFormulaChangeMonitor) | @deprecated. Please use the ‘formulaChangeMonitor’ property instead. Gets/sets the monitor for tracking changes caused by the insertion. |
| isNull() | Checks whether the implementation object is null. |
constructor()
Default Constructor.
constructor();
copyFormatType
copyFormatType : CopyFormatType;
updateReference
Indicates if references in other worksheets will be updated.
updateReference : boolean;
formulaChangeMonitor
Gets/sets the monitor for tracking changes caused by the insertion.
formulaChangeMonitor : AbstractFormulaChangeMonitor;
getCopyFormatType()
@deprecated. Please use the ‘copyFormatType’ property instead.
getCopyFormatType() : CopyFormatType;
Returns
setCopyFormatType(CopyFormatType)
@deprecated. Please use the ‘copyFormatType’ property instead.
setCopyFormatType(value: CopyFormatType) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | CopyFormatType | The value to set. |
getUpdateReference()
@deprecated. Please use the ‘updateReference’ property instead. Indicates if references in other worksheets will be updated.
getUpdateReference() : boolean;
setUpdateReference(boolean)
@deprecated. Please use the ‘updateReference’ property instead. Indicates if references in other worksheets will be updated.
setUpdateReference(value: boolean) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean | The value to set. |
getFormulaChangeMonitor()
@deprecated. Please use the ‘formulaChangeMonitor’ property instead. Gets/sets the monitor for tracking changes caused by the insertion.
getFormulaChangeMonitor() : AbstractFormulaChangeMonitor;
Returns
setFormulaChangeMonitor(AbstractFormulaChangeMonitor)
@deprecated. Please use the ‘formulaChangeMonitor’ property instead. Gets/sets the monitor for tracking changes caused by the insertion.
setFormulaChangeMonitor(value: AbstractFormulaChangeMonitor) : void;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | AbstractFormulaChangeMonitor | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;