Excel for WinRT
Remove Method (XLColumnCollection)


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

Parameters

col
Item to be removed from the collection.

Return Value

A reference to the item that was removed.
See Also

Reference

XLColumnCollection Class
XLColumnCollection Members

 

 


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

Product Support Forum  |  Documentation Feedback