Excel for WinRT
RemoveAt Method (XLRowCollection)


Index of the item to remove from the collection.
Removes the XLRow object at a given position from the collection.
Syntax
'Declaration
 
Public Function RemoveAt( _
   ByVal index As System.Integer _
) As XLRow
'Usage
 
Dim instance As XLRowCollection
Dim index As System.Integer
Dim value As XLRow
 
value = instance.RemoveAt(index)
public XLRow RemoveAt( 
   System.int index
)

Parameters

index
Index of the item to remove from the collection.

Return Value

A reference to the item that was removed from the collection.
See Also

Reference

XLRowCollection Class
XLRowCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback