Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathNary Class / Operator Property

In This Topic
    Operator Property
    In This Topic
    Gets or set the n-ary operator character.

    The value cannot be a null reference (Nothing in Visual Basic) 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).

    Syntax
    'Declaration
     
    Public Property Operator As System.String
    public System.string Operator {get; set;}
    See Also