Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetBeginChar method

DelimiterEquationNode::SetBeginChar(const U16String&) method

Delimiter beginning character.

void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetBeginChar(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::SetBeginChar(const char16_t*) method

Delimiter beginning character.

void Aspose::Cells::Drawing::Equations::DelimiterEquationNode::SetBeginChar(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