|
|
|
|
|
- Handling a Table programmatically
<docFragment variable>.InsertTable (Función) Replaces the specified fragment with a table. Sintaxis
<Result> = <Fragment>.InsertTable([<Number of columns> [, <Number of rows>]])
<Result>: Variable de tipo DocFragment docFragment variable with the inserted fragment. <Fragment>: Variable de tipo DocFragment 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>: Entero opcional Number of columns in the table. This parameters corresponds to 1 by default. <Number of rows>: Entero opcional Number of rows in the table. This parameters corresponds to 1 by default. Observaciones Handling a Table programmatically A table in a Word Processing document can be handled by the WLanguage functions for managing arrays. For example:
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|