📚 SAP Business One SDK Help

SetPath Method
See Also 
rowIndex
The row index
newVal
The path to the image file for the cell

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