[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathNary.Operator

Operator Property

Operator

Gets or set the n-ary operator character.

The value cannot be null and its length cannot be more than one character.

Empty string value means the operator character is absent.

Default value is Unicode character U+222B (INTEGRAL).

Declaration
public string Operator { get; set; }
Public Property [Operator] As String