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.

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.