Products Downloads


French version


 

Adds a row to the first table in the current range, at the specified position. If you add a row to the end of the table, it will be based on the table's last line. The current range will not be changed.

The ReturnCode parameter will be set to "0" if the method is called successfully, or to a value other than "0" if this is not the case.

Syntax

CALL_METHOD NameWordClientObject ROW_ADD Position ReturnCode

Parameters

Position

NUM_BIN_4 type (input parameter)

Possible values:

Integer between 1 and the number of rows in the table,

_WRD_FIRST_POSITION

row created as the first row in the table,

_WRD_LAST_POSITION

row created as the last row in the table.

ReturnCode

NUM_BIN_4 type (output parameter)

 

 

Sets the alignment of the specified row in the first table in the current range.

The ReturnCode parameter will be set to "0" if the method is called successfully, or to a value other than "0" if this is not the case.

Syntax

CALL_METHOD NameWordClientObject ROW_SET_ALIGNMENT RowNumber Alignment ReturnCode

Parameters

RowNumber

NUM_BIN_4 type (input parameter)

Alignment

NUM_BIN_4 type (input parameter)

Possible values:

_WRD_ALIGN_ROW_CENTER

the table row will be centered on the page,

_WRD_ALIGN_ROW_LEFT

the table row will be aligned to the left on the page,

_WRD_ALIGN_ROW_RIGHT

the table row will be aligned to the right on the page.

ReturnCode

NUM_BIN_4 type (output parameter)

 

 

Changes the appearance of the specified row in the first table in the current range, giving it (or not) the format defined for the table heading.

The ReturnCode parameter will be set to "0" if the method is called successfully, or to a value other than "0" if this is not the case.

Syntax

CALL_METHOD NameWordClientObject ROW_SET_HEADING_FORMAT RowNumber ApplyFormat ReturnCode

Parameters

RowNumber

NUM_BIN_4 type (input parameter)

ApplyFormat

BOOL type (input parameter)

ReturnCode

NUM_BIN_4 type (output parameter)

 

 

Sets the height of the specified row in the first table in the current range. The unit of measurement used is the centimeter.

The ReturnCode parameter will be set to "0" if the method is called successfully, or to a value other than "0" if this is not the case.

Syntax

CALL_METHOD NameWordClientObject ROW_SET_HEIGHT RowNumber Height ReturnCode

Parameters

RowNumber

NUM_BIN_4 type (input parameter)

Height

type NUM_E(15,9) (input parameter)

ReturnCode

NUM_BIN_4 type (output parameter)

 

 

 

 

 

 

↑ Top of page