TableBox.RefreshRows

Syntax variant: Refresh all

Syntax:

RefreshRows()

Description of method variant:

You can use it to refresh all visible rows of a table box.

Syntax variant: By string

Syntax:

RefreshRows(<Rows>)

Parameters:

<Rows> (optional)

Type: String.
A table box row or row array.

Description of method variant:

Refreshes a specified table box row or rows group.

Description:

Updates the table box.
If this parameter is not specified, then all the strings are updated.
If a table box row is specified, this row is updated.
If an array of rows is specified, the specified rows are updated.

Availability:

Thick client.

    

1C:Enterprise Developer's Community