Skip to main content
Version: 20 R6 BETA

VP REMOVE SPAN

VP REMOVE SPAN ( rangeObj : Object )

ParameterTypeDescription
rangeObjObject->Range object

Description

The VP REMOVE SPAN command removes the span from the cells in rangeObj.

In rangeObj, pass a range object of the cell span. The spanned cells in the range are divided into individual cells.

Example

To remove all cell spans from this document:

 //find all cell spans
$span:=VP Get spans(VP All("ViewProArea"))


//remove the cell spans
VP REMOVE SPAN($span)

Result:

See also

VP ADD SPAN
VP Get spans