Retrieves the data from a specified row and puts it into the bounded data source of the row.
Use this method to retrieve row data into the bounded data sources of the column. This allows you to work non-editable columns using data sources.
Retrieves the data from a specified row and puts it into the bounded data source of the row.
Use this method to retrieve row data into the bounded data sources of the column. This allows you to work non-editable columns using data sources.
| Visual Basic |
|---|
Public Sub GetLineData( _ ByVal RowNum As Long _ ) |