|
|
|
|
- Handling a Table through programming
<docFragment variable>.InsertTable (Function) In french: <Variable docFragment>.InsèreTableau Replaces the specified fragment with a table. Syntax
<Result> = <Fragment>.InsertTable([<Number of columns> [, <Number of rows>]])
<Result>: docFragment variable docFragment variable with the inserted fragment. <Fragment>: docFragment variable Name of the docFragment variable that corresponds to the fragment to handle. The current fragment content will be replaced with the created table. <Number of columns>: Optional integer Number of columns in the table. This parameters corresponds to 1 by default. <Number of rows>: Optional integer Number of rows in the table. This parameters corresponds to 1 by default. Remarks Handling a Table through programming A table in a Word Processing document can be handled by the WLanguage functions for managing arrays. For example:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|