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
- Class Vector
- Class U16String
- Class DelimiterEquationNode
- Namespace Aspose::Cells::Drawing::Equations
- Library Aspose.Cells for C++
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
- Class Vector
- Class DelimiterEquationNode
- Namespace Aspose::Cells::Drawing::Equations
- Library Aspose.Cells for C++