TableBox.RowAppearance

Syntax:

RowAppearance(<Row>)

Parameters:

<Row> (required)

Table box row. Parameter type depends on the type of value being edited in the table box.

Returned value:

Type: RowAppearance.
The returned object of row appearance is independent object and is not connected with contents of a table box. Therefore at its editing change in a table box are not displayed. That changes of the given object were displayed in a table box it is necessary to use events procedure OnRowOutput or OnDataGet.
The returned object of row appearance is independent object and is not connected with contents of a table box. Therefore at its editing changes in a table box are not displayed. For changes of the given object to be displayed in a table box it is necessary to use event handlers OnRowOutput or OnDataGet.

Description:

Obtains row appearance for a specified table box row.

Availability:

Thick client.

    

1C:Enterprise Developer's Community