Inserts an item into the collection at the specified position.
[C#] void Insert(int index, Field value) [Visual Basic] Sub Insert(index As Integer, value As Field)
void Insert(int index, Field value)
Sub Insert(index As Integer, value As Field)
may throw NotSupportedException()
All Fields collections are read only so calling this function will generate a NotSupportedException.
None.
Submit feedback about this site to: