DeleteOptions

DeleteOptions class

Represents the setting of deleting rows/columns.

class DeleteOptions;

Constructors

NameDescription
constructor()Default Constructor.

Methods

MethodDescription
getUpdateReference()Indicates if update references in other worksheets.
setUpdateReference(boolean)Indicates if update references in other worksheets.

constructor()

Default Constructor.

constructor();

getUpdateReference()

Indicates if update references in other worksheets.

getUpdateReference() : boolean;

setUpdateReference(boolean)

Indicates if update references in other worksheets.

setUpdateReference(value: boolean) : void;

Parameters:

ParameterTypeDescription
valuebooleanThe value to set.