DMDetailRecordCollectionInsert Method
|
Alterian Email Manager 6.2.3 SDK Help File
Inserts a DMDetailRecord object at the specified index.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic void Insert(
int index,
DMDetailRecord value
)
Public Sub Insert (
index As Integer,
value As DMDetailRecord
)
public:
void Insert(
int index,
DMDetailRecord^ value
)
member Insert :
index : int *
value : DMDetailRecord -> unit
function Insert(index, value);
Parameters
- index
- Type: SystemInt32
The zero-based index at which value should be inserted. - value
- Type: DMLibraryDMDetailRecord
The DMDetailRecord to insert into DMDetailRecordCollection
See Also