Spread Windows Forms 12.0 Product Documentation
Item Property (SyntaxHighlightEntry)


GrapeCity.CalcEngine Assembly > GrapeCity.CalcEngine Namespace > SyntaxHighlightEntry Structure : Item Property
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)
public SyntaxHighlightEntry this[ 
   int index
]; {get;}

Parameters

index
See Also

Reference

SyntaxHighlightEntry Structure
SyntaxHighlightEntry Members