Spread WinForms 15
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / Function Property


In This Topic
Function Property (SyntaxHighlightEntry)
In This Topic
Gets the corresponding Function object of this highlight entry.
Syntax
'Declaration
 
Public ReadOnly Property Function As Function
 
'Usage
 
Dim instance As SyntaxHighlightEntry
Dim value As Function
 
value = instance.Function
See Also