Inserts the specified field info to the collection at the specified index.
Namespace:
PerpetuumSoft.Reporting.WizardsAssembly: PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1
Syntax
C# |
---|
public void Insert( int index, FieldWizardInfo value ) |
Visual Basic (Declaration) |
---|
Public Sub Insert ( _ index As Integer, _ value As FieldWizardInfo _ ) |
Visual C++ |
---|
public: void Insert( int index, FieldWizardInfo^ value ) |