ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCommentCollection Class
Properties Methods


In This Topic
    XLCommentCollection Class Members
    In This Topic

    The following tables list the members exposed by XLCommentCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of XLComment objects in the collection.  
    Public PropertyGets the XLComment object at the specified position in the collection.  
    Public PropertyGets the XLSheet object that owns the collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Appends an XLComment object to the collection.  
    Public MethodRemoves all XLComment objects from the collection.  
    Public MethodChecks whether the collection contains a specific XLComment object.  
    Public MethodGets the index of a specific XLComment object in the collection.  
    Public MethodInserts an XLComment object at a specific position in the collection.  
    Public MethodRemoves an XLComment object from the collection.  
    Public MethodRemoves an XLComment object at a specific position from the collection.  
    Top
    See Also