Skip to content

Commit b5a9c85

Browse files
committed
docs: remove html comments <!-- REF
1 parent 317ae14 commit b5a9c85

File tree

121 files changed

+606
-606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+606
-606
lines changed

Documentation/Methods/VP ADD FORMULA NAME.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# VP ADD FORMULA NAME
22

3-
<!-- REF #_method_.VP ADD FORMULA NAME.Syntax -->
43

5-
**VP ADD FORMULA NAME** ( *vpAreaName* : Text ; *vpFormula* : Text ; *name* : Text { ; *options* : Object } )<!-- END REF -->
64

7-
<!-- REF #_method_.VP ADD FORMULA NAME.Params -->
5+
**VP ADD FORMULA NAME** ( *vpAreaName* : Text ; *vpFormula* : Text ; *name* : Text { ; *options* : Object } )
6+
7+
88

99
|Parameter|Type| |Description|
1010
|---|---|---|---|
1111
|vpAreaName| Text|->|4D View Pro area form object name|
1212
|vpFormula|Text|-> |4D View Pro formula
1313
|name|Text|->|Name for the formula|
14-
|options|Object|->|Options for the named formula|<!-- END REF -->
14+
|options|Object|->|Options for the named formula|
1515

1616
## Description
1717

18-
The `VP ADD FORMULA NAME` command <!-- REF #_method_.VP ADD FORMULA NAME.Summary -->creates or modifies a named formula in the open document<!-- END REF -->.
18+
The `VP ADD FORMULA NAME` command creates or modifies a named formula in the open document.
1919

2020
>Named formulas created by this command are saved with the document.
2121

Documentation/Methods/VP ADD RANGE NAME.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# VP ADD RANGE NAME
22

3-
<!-- REF #_method_.VP ADD RANGE NAME.Syntax -->
43

5-
**VP ADD RANGE NAME** ( *rangeObj* : Object ; *name* : Text { ; *options* : Object } )<!-- END REF -->
64

7-
<!-- REF #_method_.VP ADD RANGE NAME.Params -->
5+
**VP ADD RANGE NAME** ( *rangeObj* : Object ; *name* : Text { ; *options* : Object } )
6+
7+
88

99
|Parameter|Type| |Description|
1010
|---|---|---|---|
1111
|rangeObj| Object|->|Range object |
1212
|name|Text|->|Name for the fomula|
13-
|options|Object|->|Options for the named formula|<!-- END REF -->
13+
|options|Object|->|Options for the named formula|
1414

1515
## Description
1616

17-
The `VP ADD RANGE NAME` command <!-- REF #_method_.VP ADD RANGE NAME.Summary -->creates or modifies a named range in the open document<!-- END REF -->.
17+
The `VP ADD RANGE NAME` command creates or modifies a named range in the open document.
1818

1919
>Named ranges created by this command are saved with the document.
2020

Documentation/Methods/VP ADD SELECTION.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# VP ADD SELECTION
22

3-
<!-- REF #_method_.VP ADD SELECTION.Syntax -->
43

5-
**VP ADD SELECTION** ( *rangeObj* : Object )<!-- END REF -->
64

7-
<!-- REF #_method_.VP ADD SELECTION.Params -->
5+
**VP ADD SELECTION** ( *rangeObj* : Object )
6+
7+
88

99
|Parameter|Type| |Description|
1010
|---|---|---|---|
11-
|rangeObj| Object|->|Range object |<!-- END REF -->
11+
|rangeObj| Object|->|Range object |
1212

1313
## Description
1414

15-
The `VP ADD SELECTION` command <!-- REF #_method_.VP ADD SELECTION.Summary -->adds the specified cells to the currently selected cells<!-- END REF -->.
15+
The `VP ADD SELECTION` command adds the specified cells to the currently selected cells.
1616

1717
In *rangeObj*, pass a range object of cells to add to the current selection.
1818

Documentation/Methods/VP ADD SHEET.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# VP ADD SHEET
22

3-
<!-- REF #_method_.VP ADD SHEET.Syntax -->
4-
**VP ADD SHEET** ( *vpAreaName* : Text )<br/>**VP ADD SHEET** ( *vpAreaName* : Text ; *index* : Integer )<br/>**VP ADD SHEET** ( *vpAreaName* : Text ; *sheet* : Integer ; *name* : Text )<!-- END REF -->
53

6-
<!-- REF #_method_.VP ADD SHEET.Params -->
4+
**VP ADD SHEET** ( *vpAreaName* : Text )<br/>**VP ADD SHEET** ( *vpAreaName* : Text ; *index* : Integer )<br/>**VP ADD SHEET** ( *vpAreaName* : Text ; *sheet* : Integer ; *name* : Text )
5+
6+
77

88
|Parameter|Type| |Description|
99
|---|---|---|---|
1010
|vpAreaName| Text|->|4D View Pro area form object name|
1111
|sheet|Integer|-> |Index of the new sheet|
12-
|name|Text|->|Sheet name|<!-- END REF -->
12+
|name|Text|->|Sheet name|
1313

1414
## Description
1515

16-
The `VP ADD SHEET` command <!-- REF #_method_.VP ADD SHEET.Summary -->inserts a sheet in the document loaded in *vpAreaName*.<!-- END REF -->
16+
The `VP ADD SHEET` command inserts a sheet in the document loaded in *vpAreaName*.
1717

1818
In *vpAreaName*, pass the name of the 4D View Pro area.
1919

Documentation/Methods/VP ADD SPAN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# VP ADD SPAN
22

3-
<!-- REF #_method_.VP ADD SPAN.Syntax -->
4-
**VP ADD SPAN** ( *rangeObj* : Object )<!-- END REF -->
53

6-
<!-- REF #_method_.VP ADD SPAN.Params -->
4+
**VP ADD SPAN** ( *rangeObj* : Object )
5+
6+
77

88
|Parameter|Type| |Description|
99
|---|---|---|---|
10-
|rangeObj| Object|->|Range object|<!-- END REF -->
10+
|rangeObj| Object|->|Range object|
1111

1212
## Description
1313

Documentation/Methods/VP ADD STYLESHEET.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# VP ADD STYLESHEET
22

3-
<!-- REF #_method_.VP ADD STYLESHEET.Syntax -->
4-
**VP ADD STYLESHEET** ( *vpAreaName* : Text ; *styleName* : Text ; *styleObj* : Object { ; *sheet* : Integer } )<!-- END REF -->
53

6-
<!-- REF #_method_.VP ADD STYLESHEET.Params -->
4+
**VP ADD STYLESHEET** ( *vpAreaName* : Text ; *styleName* : Text ; *styleObj* : Object { ; *sheet* : Integer } )
5+
6+
77

88
|Parameter|Type| |Description|
99
|---|---|---|---|
1010
|vpAreaName| Text|->|4D View Pro area form object name|
1111
|styleName|Text|-> |Name of style|
1212
|styleObj|Object|->|Object defining attribute settings|
13-
|sheet|Integer|->|Sheet index (current sheet if omitted)|<!-- END REF -->
13+
|sheet|Integer|->|Sheet index (current sheet if omitted)|
1414

1515
## Description
1616

17-
The `VP ADD STYLESHEET` command <!-- REF #_method_.VP ADD STYLESHEET.Summary -->creates or modifies the *styleName* style sheet based upon the combination of the properties specified in *styleObj* in the open document<!-- END REF -->. If a style sheet with the same name and index already exists in the document, this command will overwrite it with the new values.
17+
The `VP ADD STYLESHEET` command creates or modifies the *styleName* style sheet based upon the combination of the properties specified in *styleObj* in the open document. If a style sheet with the same name and index already exists in the document, this command will overwrite it with the new values.
1818

1919
> Style sheets created by this command are saved with the document.
2020

Documentation/Methods/VP All.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# VP All
22

3-
<!-- REF #_method_.VP All.Syntax -->
4-
**VP All** ( *vpAreaName* : Text { ; *sheet* : Integer } ) : Object<!-- END REF -->
53

6-
<!-- REF #_method_.VP All.Params -->
4+
**VP All** ( *vpAreaName* : Text { ; *sheet* : Integer } ) : Object
5+
6+
77

88
|Parameter|Type| |Description|
99
|---|---|---|---|
1010
|vpAreaName| Text|->|4D View Pro area form object name|
1111
|sheet|Integer|->|Sheet index (current sheet if omitted)|
12-
|Result|Object|<-|Range object of all cells|<!-- END REF -->
12+
|Result|Object|<-|Range object of all cells|
1313

1414
## Description
1515

16-
The `VP ALL` command <!-- REF #_method_.VP All.Summary -->returns a new range object referencing all cells<!-- END REF -->.
16+
The `VP ALL` command returns a new range object referencing all cells.
1717

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

Documentation/Methods/VP COLUMN AUTOFIT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# VP COLUMN AUTOFIT
22

3-
<!-- REF #_method_.VP COLUMN AUTOFIT.Syntax -->
4-
**VP COLUMN AUTOFIT** ( *rangeObj* : Object )<!-- END REF -->
53

6-
<!-- REF #_method_.VP COLUMN AUTOFIT.Params -->
4+
**VP COLUMN AUTOFIT** ( *rangeObj* : Object )
5+
6+
77

88
|Parameter|Type| |Description|
99
|---|---|---|---|
10-
|rangeObj| Object|->|Range object|<!-- END REF -->
10+
|rangeObj| Object|->|Range object|
1111

1212
## Description
1313

14-
The `VP COLUMN AUTOFIT` command <!-- REF #_method_.VP COLUMN AUTOFIT.Summary -->automatically sizes the column(s) in *rangeObj* according to their contents<!-- END REF -->.
14+
The `VP COLUMN AUTOFIT` command automatically sizes the column(s) in *rangeObj* according to their contents.
1515

1616
In *rangeObj*, pass a range object containing a range of the columns whose size will be automatically handled.
1717

Documentation/Methods/VP CREATE TABLE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33

44

5-
<!-- REF #_method_.VP CREATE TABLE.Syntax -->
6-
**VP CREATE TABLE** ( *rangeObj* : Object ; *tableName* : Text {; *source* : Text} {; *options* : cs.ViewPro.TableOptions} )<!-- END REF -->
75

8-
<!-- REF #_method_.VP CREATE TABLE.Params -->
6+
**VP CREATE TABLE** ( *rangeObj* : Object ; *tableName* : Text {; *source* : Text} {; *options* : cs.ViewPro.TableOptions} )
7+
8+
99

1010
|Parameter|Type||Description|
1111
|---|---|---|---|
1212
|rangeObj|Object|->|Range object|
1313
|tableName|Text|->|Name for the table|
1414
|source|Text|->|Data context property name to display in the table|
15-
|options|[cs.ViewPro.TableOptions](../classes.md#tableoptions)|->|Additional options|<!-- END REF -->
15+
|options|[cs.ViewPro.TableOptions](../classes.md#tableoptions)|->|Additional options|
1616

1717
## Description
1818

19-
The `VP CREATE TABLE` command <!-- REF #_method_.VP CREATE TABLE.Summary -->creates a table in the specified range<!-- END REF -->. You can create a table in a range of cells to make managing and analyzing a group of related data easier. A table typically contains related data in rows and columns, and takes advantage of a [data context](vp-set-data-context).
19+
The `VP CREATE TABLE` command creates a table in the specified range. You can create a table in a range of cells to make managing and analyzing a group of related data easier. A table typically contains related data in rows and columns, and takes advantage of a [data context](vp-set-data-context).
2020

2121
![](../images/vp-create-table.png)
2222

Documentation/Methods/VP Cell.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# VP Cell
22

3-
<!-- REF #_method_.VP Cell.Syntax -->
4-
**VP Cell** ( *vpAreaName* : Text ; *column* : Integer ; *row* : Integer { ; *sheet* : Integer } ) : Object<!-- END REF -->
53

6-
<!-- REF #_method_.VP Cell.Params -->
4+
**VP Cell** ( *vpAreaName* : Text ; *column* : Integer ; *row* : Integer { ; *sheet* : Integer } ) : Object
5+
6+
77

88
|Parameter|Type| |Description|
99
|---|---|---|---|
@@ -12,11 +12,11 @@
1212
|row|Integer|->|Row index|
1313
|sheet|Integer|->|Sheet index (current sheet if omitted)|
1414
|Result|Object|<-|Range object of a single cell|
15-
<!-- END REF -->
15+
1616

1717
## Description
1818

19-
The `VP Cell` command <!-- REF #_method_.VP Cell.Summary -->returns a new range object referencing a specific cell<!-- END REF -->.
19+
The `VP Cell` command returns a new range object referencing a specific cell.
2020

2121
> This command is intended for ranges of a single cell. To create a range object for multiple cells, use the [VP Cells](VP%20Cells.md) command.
2222

0 commit comments

Comments
 (0)