Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / FieldName Property


In This Topic
    FieldName Property (SyntaxHighlightEntry)
    In This Topic
    Gets the field name value when the highlight entry is field name expression.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FieldName As String
    'Usage
     
    
    Dim instance As SyntaxHighlightEntry
    Dim value As String
     
    value = instance.FieldName
    public string FieldName {get;}
    See Also