Pagina di Descrizione

Datatable

datatable

The object represents a data table.

adddatarow

Description

Adds a new datarow object to the collection of rows present within the table.

Type Value

datarow

Format

datarow = datatable.adddatarow()

Typology

Metodo

Systems

Windows, Web, Android, IOS, Mac OS

Examples

row = datatable.adddatarow()

countrows

Description

Returns the number of datarows present in the table.

Type Value

single

Format

single = datatable.countrows()

Typology

Metodo

Systems

Windows, Web, Android, IOS, Mac OS

Examples

number_row = datatable.countrows()

deletedatarow

Description

Delete a specific datarow from the table.

Type Value

boolean

Format

boolean = datatable.deletedatarow(row)

Typology

Metodo

Systems

Windows, Web, Android, IOS, Mac OS

Parametro

Tipo Valore

Description

row

datarow

The DataRow object to delete

Examples

bool = datatable.(row)

getrows

Description

Retrieve the complete list of datarows present in the table.

Type Value

list

Format

list = datatable.getrows()

Typology

Metodo

Systems

Windows, Web, Android, IOS, Mac OS

Examples

rows = datatable.getrows()

{% endblock %}