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

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