Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / EncodeType Property


In This Topic
    EncodeType Property
    In This Topic
    Gets a value indicating whether the highlight entry is encode with "[]" / "[" or no require encode.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property EncodeType As EncodeType
    'Usage
     
    
    Dim instance As SyntaxHighlightEntry
    Dim value As EncodeType
     
    value = instance.EncodeType
    public EncodeType EncodeType {get;}
    See Also