[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReportModel.ControlCollection.Insert

Insert Method

Insert(int, ARControl)

Inserts ArControl at the specified Index in ControlCollection of a Section.

Declaration
public void Insert(int index, ARControl control)
Parameters
Type Name Description
int index

Index at which the control will be inserted.

ARControl control

ARControl to insert