DeleteBlankOptions Class

DeleteBlankOptions class

Represents the setting of deleting blank cells/rows/columns.


type DeleteBlankOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewDeleteBlankOptionsDefault constructor.
NewDeleteBlankOptions_DeleteOptionsConstructs from a parent object.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetEmptyStringAsBlankWhether one cell will be taken as blank when its value is empty string.Default value is true.
SetEmptyStringAsBlankWhether one cell will be taken as blank when its value is empty string.Default value is true.
GetEmptyFormulaValueAsBlankWhether one cell will be taken as blank when it is formula and the calculated result is null or empty string.Default value is false.
SetEmptyFormulaValueAsBlankWhether one cell will be taken as blank when it is formula and the calculated result is null or empty string.Default value is false.
GetDrawingsAsBlankWhether drawing related objects such as picture, shape, chart… will be taken as blank.Default value is true.
SetDrawingsAsBlankWhether drawing related objects such as picture, shape, chart… will be taken as blank.Default value is true.
GetMergedCellsShrinkTypeIndicates how to process merged cells when deleting blank rows/columns.
SetMergedCellsShrinkTypeIndicates how to process merged cells when deleting blank rows/columns.
GetStartIndexSpecifies the start row/column index of the range to check and delete blank rows/columns.
SetStartIndexSpecifies the start row/column index of the range to check and delete blank rows/columns.
GetEndIndexSpecifies the end row/column index(inclusive) of the range to check and delete blank rows/columns.Default value is -1 and -1 means the maximum range of all objects(cells, drawings, …) that need to be checked.
SetEndIndexSpecifies the end row/column index(inclusive) of the range to check and delete blank rows/columns.Default value is -1 and -1 means the maximum range of all objects(cells, drawings, …) that need to be checked.
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.