| SetLineData Method | |
| See Also |
- RowNum
- The number of the row to update
Updates a matrix row with the current values from its bounded data source, each column from its corresponding data source.
Use this method to update row data from the bounded data sources of the columns. This allows you to work non-editable columns using data sources.
| Visual Basic |
|---|
Public Sub SetLineData( _
ByVal RowNum As Long _
) |
- RowNum
- The number of the row to update
Relevant for user-defined matrix objects only.