ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCommentCollection Class / Remove Method
The XLComment object to remove from the collection.

In This Topic
    Remove Method (XLCommentCollection)
    In This Topic
    Removes an XLComment object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal comment As XLComment _
    ) 
    public void Remove( 
       XLComment comment
    )

    Parameters

    comment
    The XLComment object to remove from the collection.
    See Also