This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
VP REMOVE SPAN

VP REMOVE SPAN 


 

VP REMOVE SPAN ( rangeObj ) 
Parameter Type   Description
rangeObj  Object in Range object

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:

use this code:

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

The result:



See also 

4D View Pro Range Object Properties
VP ADD SPAN
VP Get spans

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Language
Number: 905269

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D v18 R4

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)