[]
Adds a SimpleField to this collection at the End position.
public SimpleField Add(string code)
Public Function Add(code As String) As SimpleField
Type | Name | Description |
---|---|---|
string | code | The field code. |
Type | Description |
---|---|
SimpleField | The added SimpleField. |
Adds a SimpleField to this collection at the End position.
public SimpleField Add(string code, string result)
Public Function Add(code As String, result As String) As SimpleField
Type | Name | Description |
---|---|---|
string | code | The field code. |
string | result | The result text of the inserted field. |
Type | Description |
---|---|
SimpleField | The added SimpleField. |
Adds a SimpleField to this collection at the End position.
public SimpleField Add(IFieldOptions options)
Public Function Add(options As IFieldOptions) As SimpleField
Type | Name | Description |
---|---|---|
IFieldOptions | options | The field options. |
Type | Description |
---|---|
SimpleField | The added SimpleField. |