Excel for WinRT
Add(XLColumn) Method


The item to add to the collection.
Adds an XLColumn object to the collection.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal col As XLColumn _
) As XLColumn
'Usage
 
Dim instance As XLColumnCollection
Dim col As XLColumn
Dim value As XLColumn
 
value = instance.Add(col)
public XLColumn Add( 
   XLColumn col
)

Parameters

col
The item to add to the collection.

Return Value

A reference to the item that was added to the collection (in this case, always the col parameter).
See Also

Reference

XLColumnCollection Class
XLColumnCollection Members
Overload List

 

 


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

Product Support Forum  |  Documentation Feedback