Intersoft ClientUI Documentation
InsertRange Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ContainerStyles Class : InsertRange Method






index
collection

Syntax

Visual Basic (Declaration) 
Public Sub InsertRange( _
   ByVal index As Integer, _
   ByVal collection As IEnumerable(Of ContainerStyle) _
) 
Visual Basic (Usage)Copy Code
Dim instance As ContainerStyles
Dim index As Integer
Dim collection As IEnumerable(Of ContainerStyle)
 
instance.InsertRange(index, collection)
C# 
public void InsertRange( 
   int index,
   IEnumerable<ContainerStyle> collection
)
Delphi 
public procedure InsertRange( 
    index: Integer;
    collection: IEnumerable
); 
JScript 
public function InsertRange( 
   index : int,
   collection : IEnumerable
);
Managed Extensions for C++ 
public: void InsertRange( 
   int index,
   IEnumerable<ContainerStyle*>* collection
) 
C++/CLI 
public:
void InsertRange( 
   int index,
   IEnumerable<ContainerStyle^>^ collection
) 

Parameters

index
collection

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.