Excel for WinRT
Insert Method (XLCommentCollection)


Position where the object will be inserted.
Object to insert in the collection.
Inserts an XLComment object at a specific position in the collection.
Syntax
'Declaration
 
Public Function Insert( _
   ByVal index As System.Integer, _
   ByVal comment As XLComment _
) As XLComment
'Usage
 
Dim instance As XLCommentCollection
Dim index As System.Integer
Dim comment As XLComment
Dim value As XLComment
 
value = instance.Insert(index, comment)
public XLComment Insert( 
   System.int index,
   XLComment comment
)

Parameters

index
Position where the object will be inserted.
comment
Object to insert in 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

 

 


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

Product Support Forum  |  Documentation Feedback