Eyeshot 9.0 WPF API Reference
InsertRange Method (LabelList)

WPF Assembly > devDept.Eyeshot.Labels Namespace > LabelList Class : InsertRange Method
Syntax
'Declaration
 
Public Overrides Sub InsertRange( _
   ByVal index As Integer, _
   ByVal collection As IEnumerable(Of Label) _
) 
public override void InsertRange( 
   int index,
   IEnumerable<Label> collection
)

Parameters

index
collection
See Also

Reference

LabelList Class
LabelList Members