Excel for WinRT
Remove Method (XLRowCollection)


Item to be removed from the collection.
Removes an XLRow object from the collection.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal row As XLRow _
) As XLRow
'Usage
 
Dim instance As XLRowCollection
Dim row As XLRow
Dim value As XLRow
 
value = instance.Remove(row)
public XLRow Remove( 
   XLRow row
)

Parameters

row
Item to be removed from the collection.

Return Value

A reference to the item that was removed.
See Also

Reference

XLRowCollection Class
XLRowCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback