Cuminas DjVu SDK for .NET Framework
InsertItem Method (MapAreaCollection)



Syntax
Protected Overrides NotOverridable Sub InsertItem( _
   ByVal index As Integer, _
   ByVal newValue As MapArea _
) 
Dim instance As MapAreaCollection
Dim index As Integer
Dim newValue As MapArea
 
instance.InsertItem(index, newValue)
protected override void InsertItem( 
   int index,
   MapArea newValue
)
protected:
void InsertItem( 
   int index,
   MapArea^ newValue
) override 

Parameters

index
newValue
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

MapAreaCollection Class
MapAreaCollection Members

Send Feedback