ColumnCollectionRemove Method |
Remove specified column from a datasource.
Namespace:
Easymap.AddIn.Data
Assembly:
EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.0.0.0
Syntax public 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