| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As DataValue _ ) | |
Parameters
- index
- A zero-based Integer indicating the position at which to insert the DataValue object.
- value
- The DataValue object to insert.
| DataDynamics.Reports | Support Forum |
| Insert Method | |
| See Also | |
|
| DataDynamics.Reports.ReportObjectModel Namespace > DataValueCollection Class : Insert Method |
| Visual Basic (Declaration) | |
|---|---|
Public Sub Insert( _ ByVal index As Integer, _ ByVal value As DataValue _ ) | |