Excel for WinRT
Add(XLComment) Method


The XLComment object to add to the collection.
Appends an XLComment object to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal comment As XLComment _
) As XLComment
'Usage
 
Dim instance As XLCommentCollection
Dim comment As XLComment
Dim value As XLComment
 
value = instance.Add(comment)
public XLComment Add( 
   XLComment comment
)

Parameters

comment
The XLComment object to add to the collection.

Return Value

A reference to the object if it was successfully added to the collection, or null if the object could not be added to the collection (usually because it overlaps another comment already in the collection).
See Also

Reference

XLCommentCollection Class
XLCommentCollection Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback