[]
Inserts a SimpleField into this collection at a specified location.
public SimpleField Insert(string code, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| string | code | The field code. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| SimpleField | The inserted SimpleField. |
Inserts a SimpleField into this collection at a specified location.
public SimpleField Insert(string code, string result, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| string | code | The field code. |
| string | result | The result text of the inserted field. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| SimpleField | The inserted SimpleField. |
Inserts a SimpleField into this collection at a specified location.
public SimpleField Insert(IFieldOptions options, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| IFieldOptions | options | The field code. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| SimpleField | The inserted SimpleField. |