📚 SAP Business One SDK Help

GetValue Method
See Also 
Column
A column number
rowIndex
A row number

Description

Returns the value of a cell in the data table.

The cell is specified by the combination of a column and row number. 

Syntax

Visual Basic
Public Function GetValue( _
   ByVal Column As Variant, _
   ByVal rowIndex As Long _
) As Variant

Parameters

Column
A column number
rowIndex
A row number

See Also