[]
Adds a new OMathDelimiter to the end of the Office Math element.
public OMathDelimiter AddDelimiter()
Public Function AddDelimiter() As OMathDelimiter
Type | Description |
---|---|
OMathDelimiter | The added OMathDelimiter instance. |
Adds a new OMathDelimiter to the end of the Office Math element.
public OMathDelimiter AddDelimiter(string[] itemsText, string beginCharacter = null, string endCharacter = null, string separatorCharacter = null)
Public Function AddDelimiter(itemsText As String(), Optional beginCharacter As String = Nothing, Optional endCharacter As String = Nothing, Optional separatorCharacter As String = Nothing) As OMathDelimiter
Type | Name | Description |
---|---|---|
string[] | itemsText | The structure items text array. |
string | beginCharacter | The stricture beginning, or opening character. |
string | endCharacter | The structure ending, or closing character. |
string | separatorCharacter | The structure character that separates items. |
Type | Description |
---|---|
OMathDelimiter | The added OMathDelimiter instance. |