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.
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.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;