InsertOptions

InsertOptions class

Represents the options of inserting.

class InsertOptions;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
getCopyFormatType()
setCopyFormatType(CopyFormatType)
getUpdateReference()Indicates if references in other worksheets will be updated.
setUpdateReference(boolean)Indicates if references in other worksheets will be updated.
getFormulaChangeMonitor()Gets/sets the monitor for tracking changes caused by the insertion.
setFormulaChangeMonitor(AbstractFormulaChangeMonitor)Gets/sets the monitor for tracking changes caused by the insertion.
isNull()Checks whether the implementation object is null.

constructor()

Default Constructor.

constructor();

getCopyFormatType()

getCopyFormatType() : CopyFormatType;

Returns

CopyFormatType

setCopyFormatType(CopyFormatType)

setCopyFormatType(value: CopyFormatType) : void;

Parameters:

ParameterTypeDescription
valueCopyFormatTypeThe value to set.

getUpdateReference()

Indicates if references in other worksheets will be updated.

getUpdateReference() : boolean;

setUpdateReference(boolean)

Indicates if references in other worksheets will be updated.

setUpdateReference(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.

getFormulaChangeMonitor()

Gets/sets the monitor for tracking changes caused by the insertion.

getFormulaChangeMonitor() : AbstractFormulaChangeMonitor;

Returns

AbstractFormulaChangeMonitor

setFormulaChangeMonitor(AbstractFormulaChangeMonitor)

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;