Spread Windows Forms 15.0
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)
    public SyntaxHighlightEntry this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also