Skip to main content
Version: 21 R3

VP All

VP All ( vpAreaName : Text { ; sheet : Integer } ) : Object

ParameterTypeDescription
vpAreaNameText->4D View Pro area form object name
sheetInteger->Sheet index (current sheet if omitted)
ResultObject<-Range object of all cells

Description​

The VP ALL command returns a new range object referencing all cells.

In vpAreaName, pass the name of the 4D View Pro area. If you pass a name that does not exist, an error is returned.

In the optional sheet parameter, you can designate a specific spreadsheet where the range will be defined (counting begins at 0). If omitted or if you pass vk current sheet, the current spreadsheet is used.

Example​

You want to define a range object for all of the cells of the current spreadsheet:

$all:=VP All("ViewProArea") // all cells of the current sheet

See also​

VP Cell
VP Cells
VP Column
VP Combine ranges
VP Name
VP Row