DeleteOptions Class
DeleteOptions class
Represents the setting of deleting rows/columns.
type DeleteOptions struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|---|
NewDeleteOptions | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetUpdateReference | Indicates if update references in other worksheets. |
SetUpdateReference | Indicates if update references in other worksheets. |
GetFormulaChangeMonitor | Gets/sets the monitor for tracking changes caused by the deletion. |
SetFormulaChangeMonitor | Gets/sets the monitor for tracking changes caused by the deletion. |