Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathDelimiter Class / SeparatorCharacter Property

In This Topic
    SeparatorCharacter Property
    In This Topic
    Gets or sets character that separates items in the delimiter structure.

    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 delimiter structure separator character is absent.

    Default value is Unicode character U+2502 (BOX DRAWINGS LIGHT VERTICAL).

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