Spread WPF 18
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.
    Object Model
    SyntaxHighlightEntry Structure
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Structure SyntaxHighlightEntry 
       Inherits System.ValueType
    'Usage
     
    Dim instance As SyntaxHighlightEntry
    [DefaultMember("Item")]
    public struct SyntaxHighlightEntry : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          GrapeCity.CalcEngine.SyntaxHighlightEntry

    See Also