Click or drag to resize

StiArrayListInsertRange Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dialogs.StiArrayList.InsertRange(System.Int32,System.Collections.ICollection)"]

Namespace:  Stimulsoft.Report.Dialogs
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public override void InsertRange(
	int index,
	ICollection c
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Stimulsoft.Report.Dialogs.StiArrayList.InsertRange(System.Int32,System.Collections.ICollection)"]

c
Type: System.CollectionsICollection

[Missing <param name="c"/> documentation for "M:Stimulsoft.Report.Dialogs.StiArrayList.InsertRange(System.Int32,System.Collections.ICollection)"]

See Also