Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetEndChar method

DelimiterEquationNode::SetEndChar(const U16String&) method

Delimiter ending character.

void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetEndChar(const U16String &value)

Remarks

It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted.

See Also

DelimiterEquationNode::SetEndChar(const char16_t*) method

Delimiter ending character.

void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetEndChar(const char16_t *value)

Remarks

It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted.

See Also