InsertOptions
Contents
[
Hide
]InsertOptions class
Represents the options of inserting.
class InsertOptions;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Methods
Method | Description |
---|---|
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
setCopyFormatType(CopyFormatType)
setCopyFormatType(value: CopyFormatType) : void;
Parameters:
Parameter | Type | Description |
---|---|---|
value | CopyFormatType | The 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:
Parameter | Type | Description |
---|---|---|
value | boolean | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;