DeleteOptions Class

DeleteOptions class

Represents the setting of deleting rows/columns.


type DeleteOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewDeleteOptionsDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetUpdateReferenceIndicates if update references in other worksheets.
SetUpdateReferenceIndicates if update references in other worksheets.
GetFormulaChangeMonitorGets/sets the monitor for tracking changes caused by the deletion.
SetFormulaChangeMonitorGets/sets the monitor for tracking changes caused by the deletion.