ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCommentCollection Class / Item Property

In This Topic
    Item Property (XLCommentCollection)
    In This Topic
    Gets the XLComment object at the specified position in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As XLComment
    public XLComment this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also