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


In This Topic
    SyntaxHighlightEntry Structure
    In This Topic
    Represents the syntax highlight information at the specified position of formula.
    Syntax
    'Declaration
     
    
    Public Structure SyntaxHighlightEntry 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As SyntaxHighlightEntry
    public struct SyntaxHighlightEntry : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.CalcEngine.SyntaxHighlightEntry

    See Also