Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ICommentsThreaded Interface / Item Property
The index number for the comment.


In This Topic
    Item Property (ICommentsThreaded)
    In This Topic
    Gets a single threaded comment from the collection.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As ICommentThreaded
    'Usage
     
    
    Dim instance As ICommentsThreaded
    Dim index As Integer
    Dim value As ICommentThreaded
     
    value = instance.Item(index)
    ICommentThreaded this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index number for the comment.

    Property Value

    An ICommentThreaded object contained by the collection.
    See Also