TableBox.OnRowOutput

Syntax:

OnRowOutput(<RowAppearance>, <RowData>)

Parameters:

<RowAppearance>

Type: RowAppearance.
Contains row format (font, color) and cell formats collection.

<RowData>

Data of an outputted row. Parameter corresponds to CurrentData property for an outputted row.

Description:

Occurs when a table box row is outputted. You can change appearance of a row in general and each cell in particular in an event handler procedure.

    

1C:Enterprise Developer's Community