[Visual Basic]
Public Sub Insert( _
ByVal index As Integer, _
ByVal value As CustomCatalog _
) [C#]
public void Insert(
int index,
CustomCatalog value
);[JScript]
public function Insert(
index : int,
value : CustomCatalog
);Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
CustomCatalogCollection Class | CustomCatalogCollection Members
Copyright © 2005 by Structured Solutions. All rights reserved.