FormRegionCollectionBase.IList<IFormRegion>.Insert Method

Definition

 virtual void System.Collections.Generic.IList<Microsoft.Office.Tools.Outlook.IFormRegion>.Insert(int index, Microsoft::Office::Tools::Outlook::IFormRegion ^ item) = System::Collections::Generic::IList<Microsoft::Office::Tools::Outlook::IFormRegion ^>::Insert;
void IList<IFormRegion>.Insert (int index, Microsoft.Office.Tools.Outlook.IFormRegion item);
abstract member System.Collections.Generic.IList<Microsoft.Office.Tools.Outlook.IFormRegion>.Insert : int * Microsoft.Office.Tools.Outlook.IFormRegion -> unit
override this.System.Collections.Generic.IList<Microsoft.Office.Tools.Outlook.IFormRegion>.Insert : int * Microsoft.Office.Tools.Outlook.IFormRegion -> unit
Sub Insert (index As Integer, item As IFormRegion) Implements IList(Of IFormRegion).Insert

Parameters

index
Int32

Implements

Applies to