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


In This Topic
    Reference Property (SyntaxHighlightEntry)
    In This Topic
    Gets the coressponding reference of this entry.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Reference As RangeReference
    'Usage
     
    
    Dim instance As SyntaxHighlightEntry
    Dim value As RangeReference
     
    value = instance.Reference
    public RangeReference Reference {get;}
    See Also