In This Topic
Sets the AutoSize property for the row. If the value is false, the row height can deviate from the font height. If the value is true, the height of the row will be directly based on the size of the text in the row.
Syntax
'Declaration
Public Sub SetRowAutoSize( _
ByVal As Integer, _
ByVal As Boolean _
)
public void SetRowAutoSize(
int ,
bool
)
Parameters
- row
- flag
See Also