[]
Inserts a new OMathDelimiter into the collection at the specified location.
public OMathDelimiter InsertDelimiter(InsertLocation location)
Public Function InsertDelimiter(location As InsertLocation) As OMathDelimiter
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathDelimiter | The inserted OMathDelimiter instance. |
Inserts a new OMathDelimiter into the collection at the specified location.
public OMathDelimiter InsertDelimiter(string[] itemsText, InsertLocation location)
Public Function InsertDelimiter(itemsText As String(), location As InsertLocation) As OMathDelimiter
| Type | Name | Description |
|---|---|---|
| string[] | itemsText | The structure items text array. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathDelimiter | The inserted OMathDelimiter instance. |
Inserts a new OMathDelimiter into the collection at the specified location.
public OMathDelimiter InsertDelimiter(string[] itemsText, string beginCharacter, string endCharacter, string separatorCharacter, InsertLocation location)
Public Function InsertDelimiter(itemsText As String(), beginCharacter As String, endCharacter As String, separatorCharacter As String, location As InsertLocation) As OMathDelimiter
| Type | Name | Description |
|---|---|---|
| string[] | itemsText | The structure items text array. |
| string | beginCharacter | The structure beginning, or opening character, can be null. |
| string | endCharacter | The structure ending, or closing character, can be null. |
| string | separatorCharacter | The structure character that separates items, can be null. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathDelimiter | The inserted OMathDelimiter instance. |