📚 SAP Business One SDK Help

DataTable Property
See Also 

Description

The DataTable bound to the grid.

Property type

Read-write property

Syntax

Visual Basic
Public Property DataTable() As DataTable

Remarks

By default, the grid is not bounded to a DataTable. To bind a grid, you must explicitly specify a data table.

See Also