Excel for WinRT
RemoveAt Method (XLNamedRangeCollection)


The index of the object to remove from the collection.
Removes an XLNamedRange object at a specific position from the collection.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
'Usage
 
Dim instance As XLNamedRangeCollection
Dim index As System.Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   System.int index
)

Parameters

index
The index of the object to remove from the collection.
See Also

Reference

XLNamedRangeCollection Class
XLNamedRangeCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback