GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / Item Property


In This Topic
Item Property (SyntaxHighlightEntry)
In This Topic
Gets the SyntaxHighlightEntry value at the specified argument index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As SyntaxHighlightEntry
 
'Usage
 
Dim instance As SyntaxHighlightEntry
Dim index As Integer
Dim value As SyntaxHighlightEntry
 
value = instance.Item(index)

Parameters

index
See Also