'Declaration
Public Function SetAutoRowHeight( _ ByVal row As Integer, _ ByVal autoHeight As Integer _ ) As Integer
'Usage
Dim instance As LayoutManager Dim row As Integer Dim autoHeight As Integer Dim value As Integer value = instance.SetAutoRowHeight(row, autoHeight)
public int SetAutoRowHeight( int row, int autoHeight )
Parameters
- row
- An integer value indicates the row index.
- autoHeight
Return Value
An integer value indicates the auto height.