| GetLineData Method | |
| See Also |
- RowNum
- The row number
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 _
) |
- RowNum
- The row number
Relevant for user-defined matrix objects.