SAP Business One UI API 10.0 - Objects Reference (10.00.270)
SetPath Method
UI API
Description
Set the path to the image for a specific row in the column.
Syntax
Visual Basic
Public Sub SetPath( _ ByVal
rowIndex
As Long, _ ByVal
newVal
As String _ )
Parameters
rowIndex
The row index
newVal
The path to the image file for the cell
See Also
PictureColumn Object