InsertOptions

InsertOptions class

Represents the options of inserting.

class InsertOptions;

Constructors

ConstructorDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
copyFormatTypeCopyFormatType
updateReferencebooleanIndicates if references in other worksheets will be updated.
formulaChangeMonitorAbstractFormulaChangeMonitorGets/sets the monitor for tracking changes caused by the insertion.

Methods

MethodDescription
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

CopyFormatType

setCopyFormatType(CopyFormatType)

@deprecated. Please use the ‘copyFormatType’ property instead.

setCopyFormatType(value: CopyFormatType) : void;

Parameters:

ParameterTypeDescription
valueCopyFormatTypeThe 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:

ParameterTypeDescription
valuebooleanThe 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

AbstractFormulaChangeMonitor

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:

ParameterTypeDescription
valueAbstractFormulaChangeMonitorThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;