CollectionIListInsert Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax void IList.Insert(
int index,
Object value
)
Private Sub IListInsert (
index As Integer,
value As Object
) Implements IList.Insert
private:
virtual void IListInsert(
int index,
Object^ value
) sealed = IList::Insert
JavaScript does not support explicit interface implementations.
Parameters
- index
- Type: SystemInt32
- value
- Type: SystemObject
Implements
IListInsert(Int32, Object)See Also