Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.AddRow Method

Adds a new row to the grid

Syntax
Public Sub AddRow (Optional ByVal sRowText As String = "", _
Optional ByVal bSelect As Boolean = False)
Parameters
Parameter Description
Optional ByVal sRowText As String = "" The row text, use vbTab to separe column data (optional); for adding an empty row simply omit parameters
Optional ByVal bSelect As Boolean = False True if you want to select the new added row, False otherwise
Remarks