ColumnCollectionRemove Method |
Remove specified column from a datasource.
Namespace:
Easymap.AddIn.Data
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic bool Remove(
Column col
)
Public Function Remove (
col As Column
) As Boolean
Parameters
- col
- Type: Easymap.AddIn.DataColumn
Return Value
Type:
BooleanReturns true if successfull.
See Also