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



Syntax
Protected Overrides NotOverridable Sub InsertItem( _
   ByVal index As Integer, _
   ByVal newValue As Zone _
) 
Dim instance As ZoneCollection
Dim index As Integer
Dim newValue As Zone
 
instance.InsertItem(index, newValue)
protected override void InsertItem( 
   int index,
   Zone newValue
)
protected:
void InsertItem( 
   int index,
   Zone^ 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

ZoneCollection Class
ZoneCollection Members

Send Feedback