Click or drag to resize

ColumnCollectionRemove Method

Remove specified column from a datasource.

Namespace: Easymap.AddIn.Data
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntax
public bool Remove(
	Column col
)

Parameters

col  Column
 

Return Value

Boolean
Returns true if successfull.
See Also