InsertOptions Class
InsertOptions class
Represents the options of inserting.
type InsertOptions struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewInsertOptions | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetCopyFormatType | |
| SetCopyFormatType | |
| GetUpdateReference | Indicates if references in other worksheets will be updated. |
| SetUpdateReference | Indicates if references in other worksheets will be updated. |
| GetFormulaChangeMonitor | Gets/sets the monitor for tracking changes caused by the insertion. |
| SetFormulaChangeMonitor | Gets/sets the monitor for tracking changes caused by the insertion. |