InsertOptions
InsertOptions class
Represents the options of inserting.
class InsertOptions;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
copyFormatType | CopyFormatType | |
updateReference | boolean | Indicates if references in other worksheets will be updated. |
formulaChangeMonitor | AbstractFormulaChangeMonitor | Gets/sets the monitor for tracking changes caused by the insertion. |
constructor()
Default Constructor.
constructor();
copyFormatType
copyFormatType : CopyFormatType;
updateReference
Indicates if references in other worksheets will be updated.
updateReference : boolean;
formulaChangeMonitor
Gets/sets the monitor for tracking changes caused by the insertion.
formulaChangeMonitor : AbstractFormulaChangeMonitor;