Spread WPF 18
GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / Reference Property


In This Topic
    Reference Property
    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