Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetSeparatorChar method
DelimiterEquationNode::SetSeparatorChar(const U16String&) method
Delimiter separator character.
void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetSeparatorChar(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::SetSeparatorChar(const char16_t*) method
Delimiter separator character.
void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetSeparatorChar(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++