TableBoxSelectedRows.Count

Syntax:

Count()

Returned value:

Type: Number.

Description:

Obtains the number of selected rows in the table box.

Availability:

Thick client.

Example:

Count = Controls.TableBox1.SelectedRows.Count();

    

1C:Enterprise Developer's Community